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

  1. ( i -- )
  2. : OP3i
  3. CREATE C,
  4. DOES>
  5. C@ A,
  6. A,,
  7. ;
  8. 0xcd OP3i CALL,
  9. 0xc3 OP3i JP,
  10. 0x22 OP3i LD(i)HL, 0x2a OP3i LDHL(i),
  11. 0x32 OP3i LD(i)A, 0x3a OP3i LDA(i),