1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-21 21:18:44 +10:00
collapseos/blk/288
Virgil Dupras 98d23bc59b wip
2020-05-24 23:05:05 -04:00

11 lines
366 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 INCss, HL PUSHqq,
JPNEXT,