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-11 23:37:17 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-12 00:00:20 -0800
commitebf912eb7a5da220c031d453b64f7a2d90b41dea (patch)
tree2919d4fe352f7f2f6f665152ad8bfe1bde599987 /html/baremetal/ex5.mu.html
parent781b7a0854ed3e37b7b1bb89bdfbed286102ac8c (diff)
downloadmu-ebf912eb7a5da220c031d453b64f7a2d90b41dea.tar.gz
7499
Diffstat (limited to 'html/baremetal/ex5.mu.html')
-rw-r--r--html/baremetal/ex5.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/baremetal/ex5.mu.html b/html/baremetal/ex5.mu.html
index a83a2e12..95c2f03d 100644
--- a/html/baremetal/ex5.mu.html
+++ b/html/baremetal/ex5.mu.html
@@ -67,7 +67,7 @@ if ('onhashchange' in window) {
 <span id="L10" class="LineNr">10 </span><span class="muComment"># Expected output: text in green near the top-left corner of screen</span>
 <span id="L11" class="LineNr">11 </span>
 <span id="L12" class="LineNr">12 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='ex5.mu.html#L12'>main</a></span> <span class="Delimiter">{</span>
-<span id="L13" class="LineNr">13 </span>  <a href='501draw-text-rightward.mu.html#L1'>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">0x10</span>, <span class="Constant">0xa</span>
+<span id="L13" class="LineNr">13 </span>  <a href='501draw-text.mu.html#L1'>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">0x10</span>, <span class="Constant">0xa</span>
 <span id="L14" class="LineNr">14 </span><span class="Delimiter">}</span>
 </pre>
 </body>