collapseos/blk/288

11 lines
346 B
Plaintext
Raw Normal View History

PC ORG @ 0x22 + ! ( litWord, 0xf7, tight on the 0x100 limit )
2020-04-22 21:19:12 -04:00
( 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 )
2020-05-24 20:50:26 -04:00
E (HL) LDrr, D 0 LDrn,
2020-05-25 20:28:30 -04:00
DE INCss,
2020-05-24 20:50:26 -04:00
DE ADDIYss,
2020-05-25 20:16:07 -04:00
HL PUSHqq,
2020-04-22 21:19:12 -04:00
JPNEXT,