itty-bitty-vtty/vt100.link.S
Kelvin Sherlock 6e0de284e0 more vt100 code
to handle DECAWM mode, bit 7 of x ($80 + 79) indicates a wrap is imminent, as opposed to just being in column 79. backspace, etc will drop back to column 78 (based on testing).
2021-09-17 19:50:56 -04:00

25 lines
278 B
ArmAsm

ovr all
* binary linker
lkv 0
org $6000
* asm boot.S
* asm vt100.ctrl.S
asm vt100.esc.S
asm vt100.tabs.S
asm vt100.vt52.S
asm vt100.csi.S
asm vt100.screen.S
* lnk boot.S
* pos ; reset
* pos EMU_SIZE
*EMU_SIZE ext
*EMU_BLOCKS geq EMU_SIZE+511\512
* sav vt100.bin