about summary refs log tree commit diff stats
path: root/html/apps/raytracing/color.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/raytracing/color.mu.html')
-rw-r--r--html/apps/raytracing/color.mu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/apps/raytracing/color.mu.html b/html/apps/raytracing/color.mu.html
index b1d90af3..8313b7ec 100644
--- a/html/apps/raytracing/color.mu.html
+++ b/html/apps/raytracing/color.mu.html
@@ -74,21 +74,21 @@ if ('onhashchange' in window) {
 <span id="L16" class="LineNr">16 </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="L17" class="LineNr">17 </span>  result <span class="SpecialChar">&lt;-</span> multiply *src-addr
 <span id="L18" class="LineNr">18 </span>  <span class="PreProc">var</span> result-int/<span class="Constant">edx</span>: int <span class="SpecialChar">&lt;-</span> truncate result
-<span id="L19" class="LineNr">19 </span>  <a href='../../405screen.mu.html#L481'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
+<span id="L19" class="LineNr">19 </span>  <a href='../../405screen.mu.html#L480'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
 <span id="L20" class="LineNr">20 </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="L21" class="LineNr">21 </span>  <span class="muComment"># print 255.999 * c-&gt;g</span>
 <span id="L22" class="LineNr">22 </span>  src-addr <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> c, g
 <span id="L23" class="LineNr">23 </span>  result <span class="SpecialChar">&lt;-</span> copy xn
 <span id="L24" class="LineNr">24 </span>  result <span class="SpecialChar">&lt;-</span> multiply *src-addr
 <span id="L25" class="LineNr">25 </span>  result-int <span class="SpecialChar">&lt;-</span> truncate result
-<span id="L26" class="LineNr">26 </span>  <a href='../../405screen.mu.html#L481'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
+<span id="L26" class="LineNr">26 </span>  <a href='../../405screen.mu.html#L480'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
 <span id="L27" class="LineNr">27 </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="L28" class="LineNr">28 </span>  <span class="muComment"># print 255.999 * c-&gt;b</span>
 <span id="L29" class="LineNr">29 </span>  src-addr <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> c, b
 <span id="L30" class="LineNr">30 </span>  result <span class="SpecialChar">&lt;-</span> copy xn
 <span id="L31" class="LineNr">31 </span>  result <span class="SpecialChar">&lt;-</span> multiply *src-addr
 <span id="L32" class="LineNr">32 </span>  result-int <span class="SpecialChar">&lt;-</span> truncate result
-<span id="L33" class="LineNr">33 </span>  <a href='../../405screen.mu.html#L481'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
+<span id="L33" class="LineNr">33 </span>  <a href='../../405screen.mu.html#L480'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
 <span id="L34" class="LineNr">34 </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="L35" class="LineNr">35 </span><span class="Delimiter">}</span>
 </pre>