1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-06 13:18:45 +10:00
collapseos/blk/301
2020-04-22 21:19:12 -04:00

13 lines
208 B
Plaintext

L3 BSET
PC ORG @ 0x34 + ! ( execute )
( DE points to wordref )
EXDEHL,
E (HL) LDrr,
D 0 LDrn,
EXDEHL,
( HL points to code pointer )
DE INCss,
( DE points to PFA )
JP(HL),