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

  1. ( BOOT DICT: There are only 3 words in the boot dict, but
  2. these words' offset need to be stable, so they're part of
  3. the "stable ABI" )
  4. 'E' A, 'X' A, 'I' A, 'T' A,
  5. 0 A,, ( prev )
  6. 4 A,
  7. H@ XCURRENT ! ( set current tip of dict, 0x42 )
  8. 0 A, ( native )
  9. 0x14 BCALL, ( popRS )
  10. HL PUSHqq, IY POPqq, ( --> IP )
  11. JPNEXT,
  12. CODE (br) ( 0x53 )
  13. L2 BSET ( used in CBR )
  14. E 0 IY+ LDrIXY, D 1 IY+ LDrIXY,
  15. DE ADDIYss,
  16. JPNEXT,