mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-14 17:58:06 +11:00
11 lines
346 B
Plaintext
11 lines
346 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 ADDIYss,
|
|
HL PUSHqq,
|
|
JPNEXT,
|