diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-05-31 10:47:05 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-05-31 10:47:05 -0700 |
commit | 82171a0fdfa28251cbc360dcf205392fee2c7eeb (patch) | |
tree | acd7a83caa802ec1a24fc02570669f6228678375 /html/mandelbrot-fixed.mu.html | |
parent | e3c74453309a685594b93f344cba9cb59b7ac456 (diff) | |
download | mu-82171a0fdfa28251cbc360dcf205392fee2c7eeb.tar.gz |
.
Diffstat (limited to 'html/mandelbrot-fixed.mu.html')
-rw-r--r-- | html/mandelbrot-fixed.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/mandelbrot-fixed.mu.html b/html/mandelbrot-fixed.mu.html index 3f7a6acb..3e4b205e 100644 --- a/html/mandelbrot-fixed.mu.html +++ b/html/mandelbrot-fixed.mu.html @@ -209,7 +209,7 @@ if ('onhashchange' in window) { <span id="L150" class="LineNr">150 </span> dummy, color <span class="Special"><-</span> <a href='314divide.subx.html#L3'>integer-divide</a> iterations, <span class="Constant">0x18</span>/<span class="Constant">24</span>/size-of-cycle-0 <span id="L151" class="LineNr">151 </span> color <span class="Special"><-</span> add <span class="Constant">0x20</span>/cycle-0 <span id="L152" class="LineNr">152 </span> <span class="Delimiter">}</span> -<span id="L153" class="LineNr">153 </span> <a href='500fake-screen.mu.html#L462'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, x, y, color +<span id="L153" class="LineNr">153 </span> <a href='500fake-screen.mu.html#L463'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, x, y, color <span id="L154" class="LineNr">154 </span> x <span class="Special"><-</span> increment <span id="L155" class="LineNr">155 </span> <span class="PreProc">loop</span> <span id="L156" class="LineNr">156 </span> <span class="Delimiter">}</span> |