Fix bad tabbing
This commit is contained in:
parent
72a9e331e3
commit
4836cf9842
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue