2020-07-06 04:57:18 +10:00
|
|
|
( TODO: move these words with other native words. )
|
2020-07-06 03:41:12 +10:00
|
|
|
H@ 4 + XCURRENT ! ( make next CODE have 0 prev field )
|
2020-07-06 04:57:18 +10:00
|
|
|
CODE (br) L1 BSET ( used in ?br )
|
|
|
|
PC 0x3f - ORG @ 0x3d + ! ( stable abi )
|
2020-07-06 21:27:50 +10:00
|
|
|
DI DX MOVxx, AL [DI] MOVr[], AH AH XORrr, CBW,
|
|
|
|
DX AX ADDxx,
|
2020-07-06 04:57:18 +10:00
|
|
|
;CODE
|
|
|
|
CODE (?br)
|
|
|
|
PC 0x43 - ORG @ 0x41 + ! ( stable abi )
|
|
|
|
AX POPx, AX AX ORxx, JZ, L1 @ RPCs, ( False, branch )
|
2020-07-06 21:27:50 +10:00
|
|
|
( True, skip next byte and don't branch )
|
|
|
|
DX INCx,
|
2020-07-06 04:57:18 +10:00
|
|
|
;CODE
|