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 lines
294B

  1. CODE (s) ( string literal )
  2. PC ORG @ 0x2d + ! ( stable ABI JP )
  3. ( Like (n) but instead of being followed by a 2 bytes
  4. number, it's followed by a string. When called, puts the
  5. string's address on PS )
  6. BC PUSH,
  7. LDA(BC), C ADDr,
  8. IFC, B INCr, THEN,
  9. C A LDrr,
  10. BC INCd,
  11. ;CODE