mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:20:56 +11:00
295b4b6e0a
Will be useful for assembling binaries for the TRS-80 which can't start at addr 0.
8 lines
213 B
Plaintext
8 lines
213 B
Plaintext
'(' A, 'u' A, 'f' A, 'l' A, 'w' A, ')' A, 0 A,
|
|
L2 BSET ( abortUnderflow )
|
|
HL PC 7 - LDddnn,
|
|
DE RAMSTART 0x02 + LDdd(nn), ( RAM+02 == CURRENT )
|
|
0x03 BCALL, ( find )
|
|
0x33 BJP, ( 33 == execute )
|
|
|