2020-06-18 11:41:01 +10:00
|
|
|
( compiled word ) L1 FSET ( execute B301 )
|
2020-06-15 00:12:56 +10: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-06 11:54:01 +10:00
|
|
|
IX INCd, IX INCd,
|
2020-07-07 13:31:00 +10:00
|
|
|
0 IX+ C LDIXYr,
|
|
|
|
1 IX+ B LDIXYr,
|
2020-06-15 00:12:56 +10:00
|
|
|
EXDEHL, ( HL points to PFA )
|
|
|
|
( While we inc, dereference into DE for execute call later. )
|
|
|
|
LDDE(HL),
|
2020-06-28 12:01:56 +10:00
|
|
|
HL INCd,
|
2020-07-07 13:31:00 +10:00
|
|
|
B H LDrr, C L LDrr, ( --> IP )
|
2020-07-06 12:23:40 +10:00
|
|
|
JR, lblexec BWR ( execute-B287 )
|