wip
This commit is contained in:
parent
d2f41f9644
commit
1e0f577e09
1 changed files with 2 additions and 0 deletions
2
mandel.s
2
mandel.s
|
@ -453,6 +453,8 @@ viewport_oy:
|
|||
sta dest + 1
|
||||
.endmacro
|
||||
|
||||
; input: arg as u8
|
||||
; input/output: dest as u16
|
||||
; clobbers a, x
|
||||
.macro sqr8_add16 dest, arg
|
||||
ldx arg
|
||||
|
|
Loading…
Reference in a new issue