about summary refs log tree commit diff stats
path: root/html/apps/raytracing
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/raytracing')
-rw-r--r--html/apps/raytracing/1.mu.html4
-rw-r--r--html/apps/raytracing/2.mu.html6
-rw-r--r--html/apps/raytracing/3.mu.html6
-rw-r--r--html/apps/raytracing/color.mu.html6
4 files changed, 11 insertions, 11 deletions
diff --git a/html/apps/raytracing/1.mu.html b/html/apps/raytracing/1.mu.html
index de84e398..bc5ab657 100644
--- a/html/apps/raytracing/1.mu.html
+++ b/html/apps/raytracing/1.mu.html
@@ -75,9 +75,9 @@ if ('onhashchange' in window) {
 <span id="L17" class="LineNr">17 </span>    <span class="Delimiter">{</span>
 <span id="L18" class="LineNr">18 </span>      compare i, <span class="Constant">0xff</span>
 <span id="L19" class="LineNr">19 </span>      <span class="PreProc">break-if-&gt;</span>
-<span id="L20" class="LineNr">20 </span>      <a href='../../405screen.mu.html#L481'>print-int32-decimal</a> <span class="Constant">0</span>, i
+<span id="L20" class="LineNr">20 </span>      <a href='../../405screen.mu.html#L480'>print-int32-decimal</a> <span class="Constant">0</span>, i
 <span id="L21" class="LineNr">21 </span>      <a href='../../405screen.mu.html#L169'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot; &quot;</span>
-<span id="L22" class="LineNr">22 </span>      <a href='../../405screen.mu.html#L481'>print-int32-decimal</a> <span class="Constant">0</span>, j
+<span id="L22" class="LineNr">22 </span>      <a href='../../405screen.mu.html#L480'>print-int32-decimal</a> <span class="Constant">0</span>, j
 <span id="L23" class="LineNr">23 </span>      <a href='../../405screen.mu.html#L169'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot; 64\n&quot;</span>
 <span id="L24" class="LineNr">24 </span>      i <span class="SpecialChar">&lt;-</span> increment
 <span id="L25" class="LineNr">25 </span>      <span class="PreProc">loop</span>
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>
diff --git a/html/apps/raytracing/3.mu.html b/html/apps/raytracing/3.mu.html
index f090649a..9819e2ba 100644
--- a/html/apps/raytracing/3.mu.html
+++ b/html/apps/raytracing/3.mu.html
@@ -328,21 +328,21 @@ if ('onhashchange' in window) {
 <span id="L267" class="LineNr">267 </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="L268" class="LineNr">268 </span>  result <span class="SpecialChar">&lt;-</span> multiply *src-addr
 <span id="L269" class="LineNr">269 </span>  <span class="PreProc">var</span> result-int/<span class="Constant">edx</span>: int <span class="SpecialChar">&lt;-</span> truncate result
-<span id="L270" class="LineNr">270 </span>  <a href='../../405screen.mu.html#L481'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
+<span id="L270" class="LineNr">270 </span>  <a href='../../405screen.mu.html#L480'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
 <span id="L271" class="LineNr">271 </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="L272" class="LineNr">272 </span>  <span class="muComment"># print 255.999 * c-&gt;g</span>
 <span id="L273" class="LineNr">273 </span>  src-addr <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> c, g
 <span id="L274" class="LineNr">274 </span>  result <span class="SpecialChar">&lt;-</span> copy xn
 <span id="L275" class="LineNr">275 </span>  result <span class="SpecialChar">&lt;-</span> multiply *src-addr
 <span id="L276" class="LineNr">276 </span>  result-int <span class="SpecialChar">&lt;-</span> truncate result
-<span id="L277" class="LineNr">277 </span>  <a href='../../405screen.mu.html#L481'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
+<span id="L277" class="LineNr">277 </span>  <a href='../../405screen.mu.html#L480'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
 <span id="L278" class="LineNr">278 </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="L279" class="LineNr">279 </span>  <span class="muComment"># print 255.999 * c-&gt;b</span>
 <span id="L280" class="LineNr">280 </span>  src-addr <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> c, b
 <span id="L281" class="LineNr">281 </span>  result <span class="SpecialChar">&lt;-</span> copy xn
 <span id="L282" class="LineNr">282 </span>  result <span class="SpecialChar">&lt;-</span> multiply *src-addr
 <span id="L283" class="LineNr">283 </span>  result-int <span class="SpecialChar">&lt;-</span> truncate result
-<span id="L284" class="LineNr">284 </span>  <a href='../../405screen.mu.html#L481'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
+<span id="L284" class="LineNr">284 </span>  <a href='../../405screen.mu.html#L480'>print-int32-decimal</a> <a href='../../405screen.mu.html#L9'>screen</a>, result-int
 <span id="L285" class="LineNr">285 </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="L286" class="LineNr">286 </span><span class="Delimiter">}</span>
 <span id="L287" class="LineNr">287 </span>
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>