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.

15 lines
206B

  1. : LDd(i), ( d i -- )
  2. 0xed A,
  3. SWAP <<4 0x4b OR A,
  4. A,,
  5. ;
  6. : LD(i)d, ( i d -- )
  7. 0xed A,
  8. <<4 0x43 OR A,
  9. A,,
  10. ;
  11. : RST, 0xc7 OR A, ;
  12. : JP(IX), IX DROP JP(HL), ;
  13. : JP(IY), IY DROP JP(HL), ;