whoops fixes
This commit is contained in:
parent
07db3d00d7
commit
6e66145ec6
1 changed files with 2 additions and 2 deletions
4
mandel.s
4
mandel.s
|
@ -177,7 +177,7 @@ str_x_len = 2
|
|||
str_x_space = 12
|
||||
str_x_padding = 2
|
||||
|
||||
col_y = str_x_len + str_x_space + str_x_padding
|
||||
col_y = col_x + str_x_len + str_x_space + str_x_padding
|
||||
str_y:
|
||||
.byte "Y:"
|
||||
.byte 0
|
||||
|
@ -1538,7 +1538,7 @@ skip_char:
|
|||
|
||||
plus:
|
||||
lda zoom
|
||||
cmp #8
|
||||
cmp #7
|
||||
bpl skip_char
|
||||
inc zoom
|
||||
jmp done
|
||||
|
|
Loading…
Reference in a new issue