mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 08:50:56 +11:00
13 lines
208 B
Plaintext
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),
|
||
|
|