itty-bitty-vtty/link.S

22 lines
153 B
ArmAsm
Raw Permalink Normal View History

2021-04-05 00:22:43 +00:00
* binary link
lkv 0
org $6000
2021-04-05 00:22:43 +00:00
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