remy / next-http

Send and recieve http requests into banks - for the Spectrum Next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank clearing is 1 byte too long

em00k opened this issue · comments

ld bc, $4000 ; 16k

The above line causes a 0 byte to be written to $c000 on whatever bank is in SLOT 6.

bc should be 1 byte less = $3fff

:)