From 0afed893a672d5f54122a4f8dcf2f10eb50cdb90 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 22 Jan 2023 12:57:52 -0800 Subject: [PATCH] whoops now produces correct fractal but iterations outside are sometimes wrong probably range errrs in intermediate calc --- mandel.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mandel.s b/mandel.s index 0a21202..d5b62e5 100644 --- a/mandel.s +++ b/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: