about summary refs log tree commit diff stats
path: root/html/linux/apps/advent2020/4b.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/linux/apps/advent2020/4b.mu.html')
-rw-r--r--html/linux/apps/advent2020/4b.mu.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/html/linux/apps/advent2020/4b.mu.html b/html/linux/apps/advent2020/4b.mu.html
index 47538296..36b8cc8b 100644
--- a/html/linux/apps/advent2020/4b.mu.html
+++ b/html/linux/apps/advent2020/4b.mu.html
@@ -15,17 +15,17 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color:
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .PreProc { color: #c000c0; }
-.muRegEcx { color: #870000; }
+.muRegEdx { color: #af5f00; }
 .Special { color: #ff6060; }
 .LineNr { }
+.Constant { color: #008787; }
+.muRegEbx { color: #5f00ff; }
 .muRegEsi { color: #005faf; }
 .muRegEdi { color: #00af00; }
-.Constant { color: #008787; }
-.muFunction { color: #af5f00; text-decoration: underline; }
+.muRegEcx { color: #870000; }
 .Delimiter { color: #c000c0; }
+.muFunction { color: #af5f00; text-decoration: underline; }
 .muComment { color: #005faf; }
-.muRegEdx { color: #af5f00; }
-.muRegEbx { color: #5f00ff; }
 -->
 </style>
 
@@ -113,7 +113,7 @@ if ('onhashchange' in window) {
 <span id="L50" class="LineNr"> 50 </span>      <span class="PreProc">break-if-!=</span>
 <span id="L51" class="LineNr"> 51 </span>      <a href='../../124next-token.subx.html#L10'>next-token</a> line, <span class="Constant">0x3a</span>, key-slice  <span class="muComment"># ':'</span>
 <span id="L52" class="LineNr"> 52 </span>      <span class="PreProc">var</span> dummy/eax: byte <span class="Special">&lt;-</span> <a href='../../112read-byte.subx.html#L273'>read-byte</a> line  <span class="muComment"># skip ':'</span>
-<span id="L53" class="LineNr"> 53 </span>      <a href='../../127next-word.subx.html#L306'>next-raw-word</a> line, val-slice
+<span id="L53" class="LineNr"> 53 </span>      <a href='../../127next-word.subx.html#L321'>next-raw-word</a> line, val-slice
 <span id="L54" class="LineNr"> 54 </span>      <a href='../../304screen.subx.html#L134'>print-slice-to-real-screen</a> key-slice
 <span id="L55" class="LineNr"> 55 </span>      <a href='../../405screen.mu.html#L169'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot; : &quot;</span>
 <span id="L56" class="LineNr"> 56 </span>      <a href='../../304screen.subx.html#L134'>print-slice-to-real-screen</a> val-slice