whoops
now produces correct fractal but iterations outside are sometimes wrong probably range errrs in intermediate calc
This commit is contained in:
parent
8af3721308
commit
0afed893a6
1 changed files with 1 additions and 1 deletions
2
mandel.s
2
mandel.s
|
@ -397,7 +397,7 @@ neg2:
|
|||
|
||||
positive:
|
||||
inc arg + 2 ; 5 cyc
|
||||
beq next ; 2 cyc
|
||||
bne next ; 2 cyc
|
||||
inc arg + 3 ; 5 cyc
|
||||
|
||||
zero:
|
||||
|
|
Loading…
Reference in a new issue