about summary refs log tree commit diff stats
path: root/html/baremetal/502test.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-02-13 18:18:05 -0800
committerKartik Agaram <vc@akkartik.com>2021-02-13 18:41:43 -0800
commit535fe9ac96dba0950efd1bfe6788801f6197971f (patch)
tree218270b512ce4175e3c7e3394d7b1a19ad84184b /html/baremetal/502test.mu.html
parent9b5ead67eca1b6e1afeeba63e9c68b2790c26436 (diff)
downloadmu-535fe9ac96dba0950efd1bfe6788801f6197971f.tar.gz
7737
Diffstat (limited to 'html/baremetal/502test.mu.html')
-rw-r--r--html/baremetal/502test.mu.html49
1 files changed, 35 insertions, 14 deletions
diff --git a/html/baremetal/502test.mu.html b/html/baremetal/502test.mu.html
index 00a5d854..8bce697e 100644
--- a/html/baremetal/502test.mu.html
+++ b/html/baremetal/502test.mu.html
@@ -62,20 +62,41 @@ if ('onhashchange' in window) {
 <span id="L3" class="LineNr"> 3 </span>  <span class="PreProc">var</span> a/<span class="Constant">eax</span>: int <span class="SpecialChar">&lt;-</span> copy _a
 <span id="L4" class="LineNr"> 4 </span>  compare a, b
 <span id="L5" class="LineNr"> 5 </span>  <span class="Delimiter">{</span>
-<span id="L6" class="LineNr"> 6 </span>    <span class="PreProc">break-if-=</span>
-<span id="L7" class="LineNr"> 7 </span>    <a href='501draw-text.mu.html#L206'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>, msg, <span class="Constant">3</span>  <span class="muComment"># 3=cyan</span>
-<span id="L8" class="LineNr"> 8 </span>    <a href='104test.subx.html#L5'>count-test-failure</a>
-<span id="L9" class="LineNr"> 9 </span>    <span class="PreProc">return</span>
-<span id="L10" class="LineNr">10 </span>  <span class="Delimiter">}</span>
-<span id="L11" class="LineNr">11 </span>  <span class="Delimiter">{</span>
-<span id="L12" class="LineNr">12 </span>    <span class="PreProc">break-if-!=</span>
-<span id="L13" class="LineNr">13 </span>    <a href='501draw-text.mu.html#L206'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>, <span class="Constant">&quot;.&quot;</span>, <span class="Constant">3</span>  <span class="muComment"># 3=cyan</span>
-<span id="L14" class="LineNr">14 </span>  <span class="Delimiter">}</span>
-<span id="L15" class="LineNr">15 </span><span class="Delimiter">}</span>
-<span id="L16" class="LineNr">16 </span>
-<span id="L17" class="LineNr">17 </span><span class="PreProc">fn</span> <span class="muTest"><a href='502test.mu.html#L17'>test-check-ints-equal</a></span> <span class="Delimiter">{</span>
-<span id="L18" class="LineNr">18 </span>  <a href='502test.mu.html#L2'>check-ints-equal</a> <span class="Constant">0</span>, <span class="Constant">0</span>, <span class="Constant">&quot;abc&quot;</span>
-<span id="L19" class="LineNr">19 </span><span class="Delimiter">}</span>
+<span id="L6" class="LineNr"> 6 </span>    <span class="PreProc">break-if-!=</span>
+<span id="L7" class="LineNr"> 7 </span>    <a href='501draw-text.mu.html#L222'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;.&quot;</span>, <span class="Constant">3</span>/fg/cyan, <span class="Constant">0</span>/bg
+<span id="L8" class="LineNr"> 8 </span>    <span class="PreProc">return</span>
+<span id="L9" class="LineNr"> 9 </span>  <span class="Delimiter">}</span>
+<span id="L10" class="LineNr">10 </span>  <a href='501draw-text.mu.html#L222'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, msg, <span class="Constant">3</span>/fg/cyan, <span class="Constant">0</span>/bg
+<span id="L11" class="LineNr">11 </span>  <a href='104test.subx.html#L5'>count-test-failure</a>
+<span id="L12" class="LineNr">12 </span><span class="Delimiter">}</span>
+<span id="L13" class="LineNr">13 </span>
+<span id="L14" class="LineNr">14 </span><span class="PreProc">fn</span> <span class="muTest"><a href='502test.mu.html#L14'>test-check-ints-equal</a></span> <span class="Delimiter">{</span>
+<span id="L15" class="LineNr">15 </span>  <a href='502test.mu.html#L2'>check-ints-equal</a> <span class="Constant">0</span>, <span class="Constant">0</span>, <span class="Constant">&quot;abc&quot;</span>
+<span id="L16" class="LineNr">16 </span><span class="Delimiter">}</span>
+<span id="L17" class="LineNr">17 </span>
+<span id="L18" class="LineNr">18 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='502test.mu.html#L18'>check</a></span> _a: boolean, msg: (addr array byte) <span class="Delimiter">{</span>
+<span id="L19" class="LineNr">19 </span>  <span class="PreProc">var</span> a/<span class="Constant">eax</span>: int <span class="SpecialChar">&lt;-</span> copy _a
+<span id="L20" class="LineNr">20 </span>  compare a, <span class="Constant">0</span>/false
+<span id="L21" class="LineNr">21 </span>  <span class="Delimiter">{</span>
+<span id="L22" class="LineNr">22 </span>    <span class="PreProc">break-if-=</span>
+<span id="L23" class="LineNr">23 </span>    <a href='501draw-text.mu.html#L222'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;.&quot;</span>, <span class="Constant">3</span>/fg/cyan, <span class="Constant">0</span>/bg
+<span id="L24" class="LineNr">24 </span>    <span class="PreProc">return</span>
+<span id="L25" class="LineNr">25 </span>  <span class="Delimiter">}</span>
+<span id="L26" class="LineNr">26 </span>  <a href='501draw-text.mu.html#L222'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, msg, <span class="Constant">3</span>/fg/cyan, <span class="Constant">0</span>/bg
+<span id="L27" class="LineNr">27 </span>  <a href='104test.subx.html#L5'>count-test-failure</a>
+<span id="L28" class="LineNr">28 </span><span class="Delimiter">}</span>
+<span id="L29" class="LineNr">29 </span>
+<span id="L30" class="LineNr">30 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='502test.mu.html#L30'>check-not</a></span> _a: boolean, msg: (addr array byte) <span class="Delimiter">{</span>
+<span id="L31" class="LineNr">31 </span>  <span class="PreProc">var</span> a/<span class="Constant">eax</span>: int <span class="SpecialChar">&lt;-</span> copy _a
+<span id="L32" class="LineNr">32 </span>  compare a, <span class="Constant">0</span>/false
+<span id="L33" class="LineNr">33 </span>  <span class="Delimiter">{</span>
+<span id="L34" class="LineNr">34 </span>    <span class="PreProc">break-if-!=</span>
+<span id="L35" class="LineNr">35 </span>    <a href='501draw-text.mu.html#L222'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;.&quot;</span>, <span class="Constant">3</span>/fg/cyan, <span class="Constant">0</span>/bg
+<span id="L36" class="LineNr">36 </span>    <span class="PreProc">return</span>
+<span id="L37" class="LineNr">37 </span>  <span class="Delimiter">}</span>
+<span id="L38" class="LineNr">38 </span>  <a href='501draw-text.mu.html#L222'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, msg, <span class="Constant">3</span>/fg/cyan, <span class="Constant">0</span>/bg
+<span id="L39" class="LineNr">39 </span>  <a href='104test.subx.html#L5'>count-test-failure</a>
+<span id="L40" class="LineNr">40 </span><span class="Delimiter">}</span>
 </pre>
 </body>
 </html>