From e029213c51da3bf1ff19dc13578c9220184099fa Mon Sep 17 00:00:00 2001 From: Brooke Vibber Date: Sat, 22 Aug 2026 17:53:32 -0700 Subject: [PATCH] comment fix --- mandel-core.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mandel-core.s b/mandel-core.s index 5159e2f..2777bda 100644 --- a/mandel-core.s +++ b/mandel-core.s @@ -812,7 +812,7 @@ inner_loop: ; 256 * 256 * h1 * h2 imul8 result + 2, arg1 + 1, arg2 + 1, xe ; 81-92 or 50-55 - ; 256 * h1 * l1 + ; 256 * h1 * l2 imul8 inter, arg1 + 1, arg2, xe ; 81-92 or 50-55 add16 result + 1, result + 1, inter ; 20 cyc add_carry result + 3 ; 2-7 cyc