2011-10-25, 11:01 PM
According to the ZX Spectrum manual, the Z80 syntax instruction is sub N not sub a, N for 8 bits.
So:
should work ok.
Try this and tell me :?:
So:
Code:
asm
sub 3
end asmTry this and tell me :?:

