2020-05-12 21:08:18 -04:00
|
|
|
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-25 20:34:52 -04:00
|
|
|
E (HL) LDrr, D 0 LDrn,
|
|
|
|
DE INCss,
|
|
|
|
DE ADDIYss,
|
2020-04-22 21:19:12 -04:00
|
|
|
HL PUSHqq,
|
|
|
|
JPNEXT,
|