2020-04-28 08:52:47 -04:00
|
|
|
L3 BSET PC ORG @ 0x34 + ! ( execute )
|
|
|
|
EXDEHL, ( HL now points to wordref )
|
|
|
|
( We don't apply BIN( reliably on stable ABI stuff, we
|
|
|
|
might need to adjust addr. Ugly, but well... )
|
|
|
|
BIN( @ [IF]
|
2020-04-28 21:12:52 -04:00
|
|
|
A XORr, H ORr, IFZ, H BIN( @ 256 / LDrn, THEN,
|
2020-04-28 08:52:47 -04:00
|
|
|
[THEN]
|
2020-04-22 21:19:12 -04:00
|
|
|
E (HL) LDrr,
|
2020-04-27 15:04:37 -04:00
|
|
|
D BIN( @ 256 / LDrn,
|
2020-04-22 21:19:12 -04:00
|
|
|
EXDEHL,
|
|
|
|
( HL points to code pointer )
|
|
|
|
DE INCss,
|
|
|
|
( DE points to PFA )
|
|
|
|
JP(HL),
|
|
|
|
|