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