Files
itty-bitty-vtty/link.S
2021-04-04 21:42:52 -04:00

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