1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-21 22:38:45 +10:00
collapseos/blk/288
Virgil Dupras 00401077f0 wip
2020-05-25 20:16:07 -04:00

11 lines
356 B
Plaintext

PC ORG @ 0x22 + ! ( litWord, 0xf7, tight on the 0x100 limit )
( Like numberWord, but instead of being followed by a 2 bytes
number, it's followed by a null-terminated string. When
called, puts the string's address on PS )
IY PUSHqq, HL POPqq, ( <-- IP )
E (HL) LDrr, D 0 LDrn,
DE INCss, DE INCss,
DE ADDIYss,
HL PUSHqq,
JPNEXT,