collapseos/blk/301

16 lines
413 B
Plaintext
Raw Normal View History

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]
A XORr, H ORr, IFZ, H BIN( @ 256 / LDrn, THEN,
[THEN]
2020-04-23 11:19:12 +10:00
E (HL) LDrr,
D BIN( @ 256 / LDrn,
2020-04-23 11:19:12 +10:00
EXDEHL,
( HL points to code pointer )
DE INCss,
( DE points to PFA )
JP(HL),