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:
parent
72a9e331e3
commit
4836cf9842
@ -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…
x
Reference in New Issue
Block a user