about summary refs log tree commit diff stats
path: root/html/linux/raytracing/2.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/linux/raytracing/2.mu.html')
-rw-r--r--html/linux/raytracing/2.mu.html23
1 files changed, 11 insertions, 12 deletions
diff --git a/html/linux/raytracing/2.mu.html b/html/linux/raytracing/2.mu.html
index ee561a64..bf8a2156 100644
--- a/html/linux/raytracing/2.mu.html
+++ b/html/linux/raytracing/2.mu.html
@@ -14,19 +14,18 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.muRegEdx { color: #878700; }
-.muRegEsi { color: #87d787; }
-.muComment { color: #005faf; }
-.CommentedCode { color: #8a8a8a; }
-.LineNr { }
-.muRegEcx { color: #af875f; }
+.PreProc { color: #c000c0; }
+.muRegEdx { color: #af5f00; }
 .Special { color: #ff6060; }
-.muRegEax { color: #875f00; }
+.LineNr { }
+.muRegEsi { color: #005faf; }
+.muRegEbx { color: #5f00ff; }
+.Constant { color: #008787; }
+.muRegEcx { color: #870000; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
-.muRegEbx { color: #8787af; }
-.Constant { color: #008787; }
-.PreProc { color: #c000c0; }
+.CommentedCode { color: #8a8a8a; }
+.muComment { color: #005faf; }
 -->
 </style>
 
@@ -81,7 +80,7 @@ if ('onhashchange' in window) {
 <span id="L17" class="LineNr">17 </span>  <span class="Delimiter">{</span>
 <span id="L18" class="LineNr">18 </span>    compare j, <span class="Constant">0</span>
 <span id="L19" class="LineNr">19 </span>    <span class="PreProc">break-if-&lt;</span>
-<span id="L20" class="LineNr">20 </span>    <span class="PreProc">var</span> i/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
+<span id="L20" class="LineNr">20 </span>    <span class="PreProc">var</span> i/eax: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L21" class="LineNr">21 </span>    <span class="Delimiter">{</span>
 <span id="L22" class="LineNr">22 </span>      compare i, <span class="Constant">0xff</span>
 <span id="L23" class="LineNr">23 </span>      <span class="PreProc">break-if-&gt;</span>
@@ -128,7 +127,7 @@ if ('onhashchange' in window) {
 <span id="L64" class="LineNr">64 </span>  <span class="PreProc">var</span> xn/<span class="Constant">xmm1</span>: float <span class="Special">&lt;-</span> convert n
 <span id="L65" class="LineNr">65 </span>  <span class="muComment"># print 255 * c-&gt;r</span>
 <span id="L66" class="LineNr">66 </span>  <span class="PreProc">var</span> result/<span class="Constant">xmm0</span>: float <span class="Special">&lt;-</span> copy xn
-<span id="L67" class="LineNr">67 </span>  <span class="PreProc">var</span> src-addr/<span class="muRegEax">eax</span>: (addr float) <span class="Special">&lt;-</span> <a href='../131table.subx.html#L26'>get</a> c, r
+<span id="L67" class="LineNr">67 </span>  <span class="PreProc">var</span> src-addr/eax: (addr float) <span class="Special">&lt;-</span> <a href='../131table.subx.html#L26'>get</a> c, r
 <span id="L68" class="LineNr">68 </span>  result <span class="Special">&lt;-</span> multiply *src-addr
 <span id="L69" class="LineNr">69 </span>  <span class="PreProc">var</span> result-int/<span class="muRegEdx">edx</span>: int <span class="Special">&lt;-</span> convert result
 <span id="L70" class="LineNr">70 </span>  <a href='../405screen.mu.html#L484'>print-int32-decimal</a> <a href='../405screen.mu.html#L9'>screen</a>, result-int