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

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