about summary refs log tree commit diff stats
path: root/html/apps/raytracing/2.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-11-11 23:43:04 -0800
committerKartik Agaram <vc@akkartik.com>2020-11-11 23:43:04 -0800
commit2c56af2d8f791902f5ff59754c0277eddeb27a3e (patch)
treea84ba4660f8816ef07a9c7aacdb3cddb18d75710 /html/apps/raytracing/2.mu.html
parentd71559924670854f475685c7506c93561a96864b (diff)
downloadmu-2c56af2d8f791902f5ff59754c0277eddeb27a3e.tar.gz
7227
Diffstat (limited to 'html/apps/raytracing/2.mu.html')
-rw-r--r--html/apps/raytracing/2.mu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/apps/raytracing/2.mu.html b/html/apps/raytracing/2.mu.html
index 5bc16803..8e068b01 100644
--- a/html/apps/raytracing/2.mu.html
+++ b/html/apps/raytracing/2.mu.html
@@ -126,21 +126,21 @@ if ('onhashchange' in window) {
 <span id="L67" class="LineNr">67 </span>  <span class="PreProc">var</span> src-addr/<span class="Constant">eax</span>: (addr float) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> c, r
 <span id="L68" class="LineNr">68 </span>  result <span class="SpecialChar">&lt;-</span> multiply *src-addr
 <span id="L69" class="LineNr">69 </span>  <span class="PreProc">var</span> result-int/<span class="Constant">edx</span>: int <span class="SpecialChar">&lt;-</span> convert result
-<span id="L70" class="LineNr">70 </span>  <a href='../../405screen.mu.html#L481'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
+<span id="L70" class="LineNr">70 </span>  <a href='../../405screen.mu.html#L480'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
 <span id="L71" class="LineNr">71 </span>  <a href='../../405screen.mu.html#L169'>print-string</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">&quot; &quot;</span>
 <span id="L72" class="LineNr">72 </span>  <span class="muComment"># print 255 * c-&gt;g</span>
 <span id="L73" class="LineNr">73 </span>  src-addr <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> c, g
 <span id="L74" class="LineNr">74 </span>  result <span class="SpecialChar">&lt;-</span> copy xn
 <span id="L75" class="LineNr">75 </span>  result <span class="SpecialChar">&lt;-</span> multiply *src-addr
 <span id="L76" class="LineNr">76 </span>  result-int <span class="SpecialChar">&lt;-</span> convert result
-<span id="L77" class="LineNr">77 </span>  <a href='../../405screen.mu.html#L481'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
+<span id="L77" class="LineNr">77 </span>  <a href='../../405screen.mu.html#L480'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
 <span id="L78" class="LineNr">78 </span>  <a href='../../405screen.mu.html#L169'>print-string</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">&quot; &quot;</span>
 <span id="L79" class="LineNr">79 </span>  <span class="muComment"># print 255 * c-&gt;b</span>
 <span id="L80" class="LineNr">80 </span>  src-addr <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> c, b
 <span id="L81" class="LineNr">81 </span>  result <span class="SpecialChar">&lt;-</span> copy xn
 <span id="L82" class="LineNr">82 </span>  result <span class="SpecialChar">&lt;-</span> multiply *src-addr
 <span id="L83" class="LineNr">83 </span>  result-int <span class="SpecialChar">&lt;-</span> convert result
-<span id="L84" class="LineNr">84 </span>  <a href='../../405screen.mu.html#L481'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
+<span id="L84" class="LineNr">84 </span>  <a href='../../405screen.mu.html#L480'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
 <span id="L85" class="LineNr">85 </span>  <a href='../../405screen.mu.html#L169'>print-string</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">&quot;\n&quot;</span>
 <span id="L86" class="LineNr">86 </span><span class="Delimiter">}</span>
 </pre>