about summary refs log tree commit diff stats
path: root/html/507line.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-05-31 10:47:05 -0700
committerKartik Agaram <vc@akkartik.com>2021-05-31 10:47:05 -0700
commit82171a0fdfa28251cbc360dcf205392fee2c7eeb (patch)
treeacd7a83caa802ec1a24fc02570669f6228678375 /html/507line.mu.html
parente3c74453309a685594b93f344cba9cb59b7ac456 (diff)
downloadmu-82171a0fdfa28251cbc360dcf205392fee2c7eeb.tar.gz
.
Diffstat (limited to 'html/507line.mu.html')
-rw-r--r--html/507line.mu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/507line.mu.html b/html/507line.mu.html
index df492c93..76910f05 100644
--- a/html/507line.mu.html
+++ b/html/507line.mu.html
@@ -87,7 +87,7 @@ if ('onhashchange' in window) {
 <span id="L29" class="LineNr"> 29 </span>  <span class="PreProc">var</span> x/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy x0
 <span id="L30" class="LineNr"> 30 </span>  <span class="PreProc">var</span> y/<span class="Constant">edx</span>: int <span class="Special">&lt;-</span> copy y0
 <span id="L31" class="LineNr"> 31 </span>  $draw-line:<span class="PreProc">loop</span>: <span class="Delimiter">{</span>
-<span id="L32" class="LineNr"> 32 </span>    <a href='500fake-screen.mu.html#L462'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, x, y, color
+<span id="L32" class="LineNr"> 32 </span>    <a href='500fake-screen.mu.html#L463'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, x, y, color
 <span id="L33" class="LineNr"> 33 </span>    <span class="muComment"># if (x == x1 &amp;&amp; y == y1) break</span>
 <span id="L34" class="LineNr"> 34 </span>    <span class="Delimiter">{</span>
 <span id="L35" class="LineNr"> 35 </span>      compare x, x1
@@ -124,7 +124,7 @@ if ('onhashchange' in window) {
 <span id="L66" class="LineNr"> 66 </span>  <span class="Delimiter">{</span>
 <span id="L67" class="LineNr"> 67 </span>    compare x, x1
 <span id="L68" class="LineNr"> 68 </span>    <span class="PreProc">break-if-&gt;=</span>
-<span id="L69" class="LineNr"> 69 </span>    <a href='500fake-screen.mu.html#L462'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, x, y, color
+<span id="L69" class="LineNr"> 69 </span>    <a href='500fake-screen.mu.html#L463'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, x, y, color
 <span id="L70" class="LineNr"> 70 </span>    x <span class="Special">&lt;-</span> increment
 <span id="L71" class="LineNr"> 71 </span>    <span class="PreProc">loop</span>
 <span id="L72" class="LineNr"> 72 </span>  <span class="Delimiter">}</span>
@@ -135,7 +135,7 @@ if ('onhashchange' in window) {
 <span id="L77" class="LineNr"> 77 </span>  <span class="Delimiter">{</span>
 <span id="L78" class="LineNr"> 78 </span>    compare y, y1
 <span id="L79" class="LineNr"> 79 </span>    <span class="PreProc">break-if-&gt;=</span>
-<span id="L80" class="LineNr"> 80 </span>    <a href='500fake-screen.mu.html#L462'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, x, y, color
+<span id="L80" class="LineNr"> 80 </span>    <a href='500fake-screen.mu.html#L463'>pixel</a> <a href='500fake-screen.mu.html#L14'>screen</a>, x, y, color
 <span id="L81" class="LineNr"> 81 </span>    y <span class="Special">&lt;-</span> increment
 <span id="L82" class="LineNr"> 82 </span>    <span class="PreProc">loop</span>
 <span id="L83" class="LineNr"> 83 </span>  <span class="Delimiter">}</span>