about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-05-23 08:06:03 -0700
committerKartik Agaram <vc@akkartik.com>2021-05-23 08:06:03 -0700
commit0f5b9a1534634a9bb9cf8caa66aac09832326546 (patch)
treefdba399fca280df552813251ea7be6d1f3ab57af /html
parent49f7a91704dd6f77d4c9a5ca5a3e16eea2639f86 (diff)
downloadmu-0f5b9a1534634a9bb9cf8caa66aac09832326546.tar.gz
.
Diffstat (limited to 'html')
-rw-r--r--html/ex2.mu.html2
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-&gt;=</span>
 <span id="L19" class="LineNr">19 </span>      <span class="PreProc">var</span> color/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy x
 <span id="L20" class="LineNr">20 </span>      color <span class="Special">&lt;-</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">&lt;-</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>