itty-bitty-vtty/link.S

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