mirror of
https://github.com/ksherlock/itty-bitty-vtty.git
synced 2025-02-16 19:31:11 +00:00
22 lines
182 B
ArmAsm
22 lines
182 B
ArmAsm
|
|
||
|
ovr all
|
||
|
|
||
|
* binary linker
|
||
|
lkv 0
|
||
|
org $6000
|
||
|
|
||
|
asm boot.S
|
||
|
asm vt100.ctrl.S
|
||
|
|
||
|
|
||
|
|
||
|
lnk boot.S
|
||
|
pos ; reset
|
||
|
|
||
|
|
||
|
pos EMU_SIZE
|
||
|
EMU_SIZE ext
|
||
|
EMU_BLOCKS geq EMU_SIZE+511\512
|
||
|
|
||
|
|
||
|
sav vt100.bin
|