about summary refs log tree commit diff stats
path: root/html/baremetal/ex2.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/baremetal/ex2.mu.html')
-rw-r--r--html/baremetal/ex2.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/baremetal/ex2.mu.html b/html/baremetal/ex2.mu.html
index 585e281d..0f696fcf 100644
--- a/html/baremetal/ex2.mu.html
+++ b/html/baremetal/ex2.mu.html
@@ -71,11 +71,11 @@ if ('onhashchange' in window) {
 <span id="L13" class="LineNr">13 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex2.mu.html#L13'>main</a></span> <span class="Delimiter">{</span>
 <span id="L14" class="LineNr">14 </span>  <span class="PreProc">var</span> y/<span class="Constant">eax</span>: int <span class="SpecialChar">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L15" class="LineNr">15 </span>  <span class="Delimiter">{</span>
-<span id="L16" class="LineNr">16 </span>    compare y, <span class="Constant">0x300</span>  <span class="muComment"># screen-height = 768</span>
+<span id="L16" class="LineNr">16 </span>    compare y, <span class="Constant">0x300</span>/screen-height=<span class="Constant">768</span>
 <span id="L17" class="LineNr">17 </span>    <span class="PreProc">break-if-&gt;=</span>
 <span id="L18" class="LineNr">18 </span>    <span class="PreProc">var</span> x/<span class="Constant">edx</span>: int <span class="SpecialChar">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L19" class="LineNr">19 </span>    <span class="Delimiter">{</span>
-<span id="L20" class="LineNr">20 </span>      compare x, <span class="Constant">0x400</span>  <span class="muComment"># screen-width = 1024</span>
+<span id="L20" class="LineNr">20 </span>      compare x, <span class="Constant">0x400</span>/screen-width=<span class="Constant">1024</span>
 <span id="L21" class="LineNr">21 </span>      <span class="PreProc">break-if-&gt;=</span>
 <span id="L22" class="LineNr">22 </span>      <span class="PreProc">var</span> color/<span class="Constant">ecx</span>: int <span class="SpecialChar">&lt;-</span> copy x
 <span id="L23" class="LineNr">23 </span>      color <span class="SpecialChar">&lt;-</span> and <span class="Constant">0xff</span>