1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-16 13:31:16 +00:00

Fix bad tabbing

This commit is contained in:
Stephan Mühlstrasser 2015-03-14 00:06:00 +01:00
parent 72a9e331e3
commit 4836cf9842

View File

@ -45,8 +45,8 @@ GETCHAR := $FFBF ; gets one character from ACIA
FIRSTVISC = $85 ; Offset of first visible character in video RAM
LINEDIST = $20 ; Offset in video RAM between two lines
lda #0
sta load
lda #0
sta load
lda #<load_addr
ldx #>load_addr
tay