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

  1. ( compiled word ) L1 FSET ( execute B301 )
  2. ( 1. Push current IP to RS
  3. 2. Set new IP to the second atom of the list
  4. 3. Execute the first atom of the list. )
  5. IX INCd, IX INCd,
  6. 0 IX+ C LDIXYr,
  7. 1 IX+ B LDIXYr,
  8. EXDEHL, ( HL points to PFA )
  9. ( While we inc, dereference into DE for execute call later. )
  10. LDDE(HL),
  11. HL INCd,
  12. B H LDrr, C L LDrr, ( --> IP )
  13. JR, lblexec BWR ( execute-B287 )