1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 19:10:20 +10:00
collapseos/blk/296
Virgil Dupras 0f2d14ad8a z80a: add BREAK, instruction
This allows us to remove a lot of labels usage in boot code. This
commit has no effect on forth.bin.
2020-05-16 21:02:50 -04:00

8 lines
119 B
Plaintext

THEN, ( zero length check, B291 )
A XORr,
A INCr,
L2 FSET ( end )
HL POPqq,
BC POPqq,
RET,