-
ZX Spectrum Z80 Development Environment on WindowsHi Folks, Just wondering what the recommendation is for a ZX Spectrum Z80 Development environment on Windows? Getting fed up with hand coding Z80…
... /> don't mind RST 0..7 instead of RST 0/8/16 ... -
Can't Get My Simple Code To RunHello again, I'm trying to run the following simple code: [code] org 32768 main ld b, 21 ; x coordinate is …
... control code for AT.
rst 16 ; print it.
... a,(xcoord) ; vertical position.
rst 16 ; print it.
ld ... a,(ycoord) ; y coordinate.
rst 16 ; print it.
ret ... -
Can't Get My Simple Code To RunHello again, I'm trying to run the following simple code: [code] org 32768 main ld b, 21 ; x coordinate is …
... for the whole loop
rst 16
jr ploop ; do ... -
A Neat Redefine Keys RoutinePreviously, I’ve only shared this routine with a couple of people via PM, but I’ve now decided to make it public. I optimized it for size, so it uses…
Can't Get My Simple Code To RunHello again, I'm trying to run the following simple code: [code] org 32768 main ld b, 21 ; x coordinate is …
... printing your string: a looped RST 16 with a terminator byte ...Can't Get My Simple Code To RunHello again, I'm trying to run the following simple code: [code] org 32768 main ld b, 21 ; x coordinate is …
... printing your string: a looped RST 16 with a terminator byte ...