mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 03:30:55 +11:00
d1de99d8c9
Also, remove underflow checks from next: it's taxing and useless because underflow check already takes place in each relevant native word.
14 lines
453 B
Plaintext
14 lines
453 B
Plaintext
lblexec BSET L1 FSET ( B284 ) L2 FSET ( B285 ) L3 FSET ( B286 )
|
|
( DE -> wordref )
|
|
( When we have a BIN( offset, we need to adjust stable
|
|
ABI offsets. )
|
|
BIN( @ [IF]
|
|
A XORr, D ORr, IFZ, D BIN( @ 256 / LDri, THEN,
|
|
[THEN]
|
|
LDA(DE), DE INCd,
|
|
A ORr, IFZ, EXDEHL, JP(HL), THEN,
|
|
A DECr, JRZ, L1 FWR ( compiled B289 )
|
|
( cell or does. push PFA ) DE PUSH,
|
|
A DECr, JRZ, lblnext BWR ( cell )
|
|
( continue to does )
|