Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
346B

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