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.

12 line
310B

  1. CODE (s) ( 0xd4, string literal )
  2. ( Like (n) but instead of being followed by a 2 bytes
  3. number, it's followed by a string. When called, puts the
  4. 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. ;CODE
  11. ( END OF STABLE ABI )