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
258B

  1. CODE (s) ( 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. BC PUSH,
  6. LDA(BC), C ADDr,
  7. IFC, B INCr, THEN,
  8. C A LDrr,
  9. BC INCd,
  10. ;CODE