mirror of
https://github.com/ksherlock/itty-bitty-vtty.git
synced 2024-11-21 20:30:56 +00:00
22 lines
153 B
ArmAsm
22 lines
153 B
ArmAsm
|
|
* binary link
|
|
lkv 0
|
|
org $6000
|
|
|
|
ovr all
|
|
* if boot.S
|
|
asm boot.S
|
|
|
|
* if vt52.S
|
|
asm vt52.S
|
|
|
|
|
|
lnk boot.L
|
|
lnk vt52.L
|
|
|
|
pos eof
|
|
sav vt52.bin
|
|
ent
|
|
|
|
end
|