mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 22:30:54 +11:00
0f2d14ad8a
This allows us to remove a lot of labels usage in boot code. This commit has no effect on forth.bin.
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
THEN, ( zero length check, B291 )
|
|
A XORr,
|
|
A INCr,
|
|
L2 FSET ( end )
|
|
HL POPqq,
|
|
BC POPqq,
|
|
RET,
|