about summary refs log tree commit diff stats
path: root/html/baremetal/ex2.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-14 14:03:32 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-14 14:03:32 -0800
commit20d6be52405130930fde9ca5bb5e95131ba4e659 (patch)
tree82ba4a132db206ef9adc2145d9dfd5aacd34da65 /html/baremetal/ex2.mu.html
parent232b4a1511a63a2c76ee233e7e172f8caa8232bb (diff)
downloadmu-20d6be52405130930fde9ca5bb5e95131ba4e659.tar.gz
7520
Diffstat (limited to 'html/baremetal/ex2.mu.html')
-rw-r--r--html/baremetal/ex2.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/baremetal/ex2.mu.html b/html/baremetal/ex2.mu.html
index a0f4508d..dc700ce5 100644
--- a/html/baremetal/ex2.mu.html
+++ b/html/baremetal/ex2.mu.html
@@ -79,7 +79,7 @@ if ('onhashchange' in window) {
 <span id="L21" class="LineNr">21 </span>      <span class="PreProc">break-if-&gt;=</span>
 <span id="L22" class="LineNr">22 </span>      <span class="PreProc">var</span> color/<span class="Constant">ecx</span>: int <span class="SpecialChar">&lt;-</span> copy x
 <span id="L23" class="LineNr">23 </span>      color <span class="SpecialChar">&lt;-</span> and <span class="Constant">0xff</span>
-<span id="L24" class="LineNr">24 </span>      <a href='101screen.subx.html#L3'>pixel</a> <span class="Constant">0</span>, x, y, color
+<span id="L24" class="LineNr">24 </span>      <a href='101screen.subx.html#L5'>pixel</a> <span class="Constant">0</span>, x, y, color
 <span id="L25" class="LineNr">25 </span>      x <span class="SpecialChar">&lt;-</span> increment
 <span id="L26" class="LineNr">26 </span>      <span class="PreProc">loop</span>
 <span id="L27" class="LineNr">27 </span>    <span class="Delimiter">}</span>