about summary refs log tree commit diff stats
path: root/html/baremetal
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-02-13 20:19:11 -0800
committerKartik Agaram <vc@akkartik.com>2021-02-13 20:19:11 -0800
commitfdc9096dfdcba8c14e3b9b490e85a0c0d86c0246 (patch)
tree165b3b275bcd9152f6c37c055de36be6a631aa55 /html/baremetal
parent535fe9ac96dba0950efd1bfe6788801f6197971f (diff)
downloadmu-fdc9096dfdcba8c14e3b9b490e85a0c0d86c0246.tar.gz
7738
Diffstat (limited to 'html/baremetal')
-rw-r--r--html/baremetal/life.mu.html27
1 files changed, 12 insertions, 15 deletions
diff --git a/html/baremetal/life.mu.html b/html/baremetal/life.mu.html
index 0d3c9170..da6fd7b9 100644
--- a/html/baremetal/life.mu.html
+++ b/html/baremetal/life.mu.html
@@ -297,21 +297,18 @@ if ('onhashchange' in window) {
 <span id="L238" class="LineNr">238 </span>  <a href='life.mu.html#L186'>render</a> grid1
 <span id="L239" class="LineNr">239 </span>  <span class="Delimiter">{</span>
 <span id="L240" class="LineNr">240 </span>    <span class="PreProc">var</span> key/<span class="Constant">eax</span>: byte <span class="SpecialChar">&lt;-</span> <a href='102keyboard.subx.html#L9'>read-key</a> <span class="Constant">0</span>/keyboard
-<span id="L241" class="LineNr">241 </span><span class="CommentedCode">#?     # press key to step</span>
-<span id="L242" class="LineNr">242 </span><span class="CommentedCode">#?     compare key, 0</span>
-<span id="L243" class="LineNr">243 </span><span class="CommentedCode">#?     loop-if-=</span>
-<span id="L244" class="LineNr">244 </span>    <span class="muComment"># press key to quit</span>
-<span id="L245" class="LineNr">245 </span>    compare key, <span class="Constant">0</span>
-<span id="L246" class="LineNr">246 </span>    <span class="PreProc">break-if-!=</span>
-<span id="L247" class="LineNr">247 </span>    <span class="muComment"># iter: grid1 -&gt; grid2</span>
-<span id="L248" class="LineNr">248 </span>    <a href='life.mu.html#L114'>step</a> grid1, grid2
-<span id="L249" class="LineNr">249 </span>    <a href='life.mu.html#L186'>render</a> grid2
-<span id="L250" class="LineNr">250 </span>    <span class="muComment"># iter: grid2 -&gt; grid1</span>
-<span id="L251" class="LineNr">251 </span>    <a href='life.mu.html#L114'>step</a> grid2, grid1
-<span id="L252" class="LineNr">252 </span>    <a href='life.mu.html#L186'>render</a> grid1
-<span id="L253" class="LineNr">253 </span>    <span class="PreProc">loop</span>
-<span id="L254" class="LineNr">254 </span>  <span class="Delimiter">}</span>
-<span id="L255" class="LineNr">255 </span><span class="Delimiter">}</span>
+<span id="L241" class="LineNr">241 </span>    compare key, <span class="Constant">0</span>
+<span id="L242" class="LineNr">242 </span><span class="CommentedCode">#?     loop-if-=  # press key to step</span>
+<span id="L243" class="LineNr">243 </span>    <span class="PreProc">break-if-!=</span>  <span class="muComment"># press key to quit</span>
+<span id="L244" class="LineNr">244 </span>    <span class="muComment"># iter: grid1 -&gt; grid2</span>
+<span id="L245" class="LineNr">245 </span>    <a href='life.mu.html#L114'>step</a> grid1, grid2
+<span id="L246" class="LineNr">246 </span>    <a href='life.mu.html#L186'>render</a> grid2
+<span id="L247" class="LineNr">247 </span>    <span class="muComment"># iter: grid2 -&gt; grid1</span>
+<span id="L248" class="LineNr">248 </span>    <a href='life.mu.html#L114'>step</a> grid2, grid1
+<span id="L249" class="LineNr">249 </span>    <a href='life.mu.html#L186'>render</a> grid1
+<span id="L250" class="LineNr">250 </span>    <span class="PreProc">loop</span>
+<span id="L251" class="LineNr">251 </span>  <span class="Delimiter">}</span>
+<span id="L252" class="LineNr">252 </span><span class="Delimiter">}</span>
 </pre>
 </body>
 </html>