about summary refs log tree commit diff stats
path: root/html/ex8.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/ex8.mu.html')
-rw-r--r--html/ex8.mu.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/ex8.mu.html b/html/ex8.mu.html
index b4aafd6c..f6c47d7f 100644
--- a/html/ex8.mu.html
+++ b/html/ex8.mu.html
@@ -18,6 +18,7 @@ a { color:inherit; }
 .Special { color: #ff6060; }
 .LineNr { }
 .Constant { color: #008787; }
+.muRegEax { color: #875f00; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
 .muComment { color: #005faf; }
@@ -65,7 +66,7 @@ if ('onhashchange' in window) {
 <span id="L7" class="LineNr"> 7 </span><span class="muComment"># Set a breakpoint at 0x7c00 and start stepping.</span>
 <span id="L8" class="LineNr"> 8 </span>
 <span id="L9" class="LineNr"> 9 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex8.mu.html#L9'>main</a></span> <a href='500fake-screen.mu.html#L14'>screen</a>: (addr <a href='500fake-screen.mu.html#L14'>screen</a>), keyboard: (addr keyboard), data-disk: (addr disk) <span class="Delimiter">{</span>
-<span id="L10" class="LineNr">10 </span>  <span class="PreProc">var</span> n/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
+<span id="L10" class="LineNr">10 </span>  <span class="PreProc">var</span> n/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L11" class="LineNr">11 </span>  <span class="PreProc">var</span> result/<span class="Constant">xmm0</span>: float <span class="Special">&lt;-</span> convert n
 <span id="L12" class="LineNr">12 </span><span class="Delimiter">}</span>
 </pre>