2020-06-17 21:41:01 -04:00
|
|
|
( compiled word ) L1 FSET ( execute B301 )
|
2020-06-14 10:12:56 -04:00
|
|
|
( 1. Push current IP to RS
|
|
|
|
2. Set new IP to the second atom of the list
|
|
|
|
3. Execute the first atom of the list. )
|
|
|
|
IY PUSHqq, HL POPqq, ( <-- IP )
|
2020-06-18 07:16:40 -04:00
|
|
|
lblpushRS @ ( pushRS ) CALLnn,
|
2020-06-14 10:12:56 -04:00
|
|
|
EXDEHL, ( HL points to PFA )
|
|
|
|
( While we inc, dereference into DE for execute call later. )
|
|
|
|
LDDE(HL),
|
|
|
|
HL INCss,
|
|
|
|
HL PUSHqq, IY POPqq, ( --> IP )
|
2020-06-18 07:16:40 -04:00
|
|
|
JR, lblexec BWR ( execute-B301 )
|
2020-06-14 10:12:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
|