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.

16 lines
444B

  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. IY PUSHqq, HL POPqq, ( <-- IP )
  6. lblpushRS @ ( pushRS ) CALLnn,
  7. EXDEHL, ( HL points to PFA )
  8. ( While we inc, dereference into DE for execute call later. )
  9. LDDE(HL),
  10. HL INCss,
  11. HL PUSHqq, IY POPqq, ( --> IP )
  12. JR, lblexec BWR ( execute-B301 )