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. )
|
2020-07-05 21:54:01 -04:00
|
|
|
IX INCd, IX INCd,
|
2020-07-06 23:31:00 -04:00
|
|
|
0 IX+ C LDIXYr,
|
|
|
|
1 IX+ B LDIXYr,
|
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),
|
2020-06-27 22:01:56 -04:00
|
|
|
HL INCd,
|
2020-07-06 23:31:00 -04:00
|
|
|
B H LDrr, C L LDrr, ( --> IP )
|
2020-07-05 22:23:40 -04:00
|
|
|
JR, lblexec BWR ( execute-B287 )
|