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.

17 lines
405B

  1. ( Native words )
  2. CODE EXECUTE
  3. DE POP,
  4. chkPS,
  5. JR, lblexec BWR ( execute-B301 )
  6. CODE (s) ( string literal )
  7. PC ORG @ 0x2d + ! ( stable ABI JP )
  8. ( Like (n) but instead of being followed by a 2 bytes
  9. number, it's followed by a string. When called, puts the
  10. string's address on PS )
  11. IY PUSH, HL POP, ( <-- IP )
  12. E (HL) LDrr, D 0 LDri,
  13. DE INCd,
  14. DE ADDIYd,
  15. HL PUSH,
  16. ;CODE