mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:10:55 +11:00
295b4b6e0a
Will be useful for assembling binaries for the TRS-80 which can't start at addr 0.
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
L3 BSET
|
|
PC ORG @ 0x34 + ! ( execute )
|
|
( DE points to wordref )
|
|
EXDEHL,
|
|
E (HL) LDrr,
|
|
D BIN( @ 256 / LDrn,
|
|
EXDEHL,
|
|
( HL points to code pointer )
|
|
DE INCss,
|
|
( DE points to PFA )
|
|
JP(HL),
|
|
|