mirror of
https://github.com/cc65/cc65.git
synced 2025-08-12 17:25:11 +00:00
fix indentation
This commit is contained in:
@@ -50,7 +50,7 @@ advance:
|
|||||||
iny
|
iny
|
||||||
cpy #SCREEN_COLS
|
cpy #SCREEN_COLS
|
||||||
bne L3
|
bne L3
|
||||||
inc CURSOR_Y ; new line
|
inc CURSOR_Y ; new line
|
||||||
ldy #0 ; + cr
|
ldy #0 ; + cr
|
||||||
L3: sty CURSOR_X
|
L3: sty CURSOR_X
|
||||||
jmp plot
|
jmp plot
|
||||||
|
Reference in New Issue
Block a user