about summary refs log tree commit diff stats
path: root/html/baremetal/ex5.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-13 19:38:14 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-13 19:38:14 -0800
commitf36093ecd927005ee00312defab205218b30e0d0 (patch)
treefa13fa7325d265941063aa6cfc8c59dd38204792 /html/baremetal/ex5.mu.html
parentb4af05394ae60a372053f48095104e2965791569 (diff)
downloadmu-f36093ecd927005ee00312defab205218b30e0d0.tar.gz
7512 - stale .ctags
Diffstat (limited to 'html/baremetal/ex5.mu.html')
-rw-r--r--html/baremetal/ex5.mu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/baremetal/ex5.mu.html b/html/baremetal/ex5.mu.html
index c4321e97..2d58d605 100644
--- a/html/baremetal/ex5.mu.html
+++ b/html/baremetal/ex5.mu.html
@@ -68,9 +68,9 @@ if ('onhashchange' in window) {
 <span id="L10" class="LineNr">10 </span><span class="muComment">#</span>
 <span id="L11" class="LineNr">11 </span><span class="muComment"># Expected output: text in green near the top-left corner of screen</span>
 <span id="L12" class="LineNr">12 </span>
-<span id="L13" class="LineNr">13 </span><span class="PreProc">fn</span> <span class="muFunction">main</span> <span class="Delimiter">{</span>
-<span id="L14" class="LineNr">14 </span>  <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: int <span class="SpecialChar">&lt;-</span> draw-text-rightward <span class="Constant">0</span>, <span class="Constant">&quot;hello from baremetal Mu!&quot;</span>, <span class="Constant">0x10</span>, <span class="Constant">0x400</span>, <span class="Constant">0x10</span>, <span class="Constant">0xa</span>  <span class="muComment"># xmax = end of screen, plenty of space</span>
-<span id="L15" class="LineNr">15 </span>  dummy <span class="SpecialChar">&lt;-</span> draw-text-rightward <span class="Constant">0</span>, <span class="Constant">&quot;you shouldn't see this&quot;</span>, <span class="Constant">0x10</span>, <span class="Constant">0xa0</span>, <span class="Constant">0x30</span>, <span class="Constant">0x3</span>  <span class="muComment"># xmax = 0xa0, which is too narrow</span>
+<span id="L13" class="LineNr">13 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex5.mu.html#L13'>main</a></span> <span class="Delimiter">{</span>
+<span id="L14" class="LineNr">14 </span>  <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: int <span class="SpecialChar">&lt;-</span> <a href='501draw-text.mu.html#L65'>draw-text-rightward</a> <span class="Constant">0</span>, <span class="Constant">&quot;hello from baremetal Mu!&quot;</span>, <span class="Constant">0x10</span>, <span class="Constant">0x400</span>, <span class="Constant">0x10</span>, <span class="Constant">0xa</span>  <span class="muComment"># xmax = end of screen, plenty of space</span>
+<span id="L15" class="LineNr">15 </span>  dummy <span class="SpecialChar">&lt;-</span> <a href='501draw-text.mu.html#L65'>draw-text-rightward</a> <span class="Constant">0</span>, <span class="Constant">&quot;you shouldn't see this&quot;</span>, <span class="Constant">0x10</span>, <span class="Constant">0xa0</span>, <span class="Constant">0x30</span>, <span class="Constant">0x3</span>  <span class="muComment"># xmax = 0xa0, which is too narrow</span>
 <span id="L16" class="LineNr">16 </span><span class="Delimiter">}</span>
 </pre>
 </body>