diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-05-23 08:06:03 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-05-23 08:06:03 -0700 |
commit | 0f5b9a1534634a9bb9cf8caa66aac09832326546 (patch) | |
tree | fdba399fca280df552813251ea7be6d1f3ab57af /html | |
parent | 49f7a91704dd6f77d4c9a5ca5a3e16eea2639f86 (diff) | |
download | mu-0f5b9a1534634a9bb9cf8caa66aac09832326546.tar.gz |
.
Diffstat (limited to 'html')
-rw-r--r-- | html/ex2.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/ex2.mu.html b/html/ex2.mu.html index 66ee63b6..b9fc5124 100644 --- a/html/ex2.mu.html +++ b/html/ex2.mu.html @@ -76,7 +76,7 @@ if ('onhashchange' in window) { <span id="L18" class="LineNr">18 </span> <span class="PreProc">break-if->=</span> <span id="L19" class="LineNr">19 </span> <span class="PreProc">var</span> color/<span class="Constant">ecx</span>: int <span class="Special"><-</span> copy x <span id="L20" class="LineNr">20 </span> color <span class="Special"><-</span> and <span class="Constant">0xff</span> -<span id="L21" class="LineNr">21 </span> <a href='101screen.subx.html#L8'>pixel-on-real-screen</a> x, y, color +<span id="L21" class="LineNr">21 </span> <a href='500fake-screen.mu.html#L462'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a> x, y, color <span id="L22" class="LineNr">22 </span> x <span class="Special"><-</span> increment <span id="L23" class="LineNr">23 </span> <span class="PreProc">loop</span> <span id="L24" class="LineNr">24 </span> <span class="Delimiter">}</span> |