From 61ec86b71928afc4a7b0a9c787ba88d5b4b3040b Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 30 Aug 2021 09:21:52 -0700 Subject: . --- html/apps/mandelbrot-fixed.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/apps/mandelbrot-fixed.mu.html') diff --git a/html/apps/mandelbrot-fixed.mu.html b/html/apps/mandelbrot-fixed.mu.html index 6264bde1..b6781279 100644 --- a/html/apps/mandelbrot-fixed.mu.html +++ b/html/apps/mandelbrot-fixed.mu.html @@ -191,7 +191,7 @@ if ('onhashchange' in window) { 127 fn mandelbrot screen: (addr screen), scene-cx-f: int, scene-cy-f: int, scene-width-f: int { 128 var a/eax: int <- copy 0 129 var b/ecx: int <- copy 0 -130 a, b <- screen-size screen +130 a, b <- screen-size screen 131 var width/esi: int <- copy a 132 width <- shift-left 3/log2-font-width 133 var height/edi: int <- copy b @@ -214,7 +214,7 @@ if ('onhashchange' in window) { 150 dummy, color <- integer-divide iterations, 0x18/24/size-of-cycle-0 151 color <- add 0x20/cycle-0 152 } -153 pixel screen, x, y, color +153 pixel screen, x, y, color 154 x <- increment 155 loop 156 } -- cgit 1.4.1-2-gfad0