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.

17 lines
195B

  1. ( dd nn -- )
  2. : LDdd(nn),
  3. 0xed A,
  4. SWAP <<4 0x4b OR A,
  5. A,,
  6. ;
  7. ( nn dd -- )
  8. : LD(nn)dd,
  9. 0xed A,
  10. <<4 0x43 OR A,
  11. A,,
  12. ;
  13. : JP(IX), IX DROP JP(HL), ;
  14. : JP(IY), IY DROP JP(HL), ;