Mirror of CollapseOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

16 行
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 )