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.

14 lines
179B

  1. CODE !
  2. HL POP, DE POP, chkPS,
  3. (HL) E LDrr,
  4. HL INCd,
  5. (HL) D LDrr,
  6. ;CODE
  7. CODE @
  8. HL POP, chkPS,
  9. E (HL) LDrr,
  10. HL INCd,
  11. D (HL) LDrr,
  12. DE PUSH,
  13. ;CODE