now produces correct fractal but iterations outside are
sometimes wrong
probably range errrs in intermediate calc
This commit is contained in:
Brooke Vibber 2023-01-22 12:57:52 -08:00
parent 8af3721308
commit 0afed893a6

View file

@ -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: