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-08-30 09:21:52 -0700
committerKartik Agaram <vc@akkartik.com>2021-08-30 09:21:52 -0700
commit61ec86b71928afc4a7b0a9c787ba88d5b4b3040b (patch)
tree1c3da9ed40fa8bb36adb081e6dc538dfebf87afd /html/507line.mu.html
parenta479f0d0837be5fec7e92ef806cc50b9c17ed50c (diff)
downloadmu-61ec86b71928afc4a7b0a9c787ba88d5b4b3040b.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 93615766..2af24113 100644
--- a/html/507line.mu.html
+++ b/html/507line.mu.html
@@ -90,7 +90,7 @@ if ('onhashchange' in window) {
 <span id="L29" class="LineNr"> 29 </span>  <span class="PreProc">var</span> x/<span class="muRegEcx">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="muRegEdx">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#L483'>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#L557'>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
@@ -127,7 +127,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#L483'>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#L557'>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>
@@ -138,7 +138,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#L483'>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#L557'>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>