diff options
Diffstat (limited to 'html/linux/apps/print-file.mu.html')
-rw-r--r-- | html/linux/apps/print-file.mu.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/html/linux/apps/print-file.mu.html b/html/linux/apps/print-file.mu.html index 21dfc9d2..eaa41057 100644 --- a/html/linux/apps/print-file.mu.html +++ b/html/linux/apps/print-file.mu.html @@ -15,15 +15,15 @@ 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 { } +.muRegEbx { color: #5f00ff; } .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> @@ -91,8 +91,8 @@ if ('onhashchange' in window) { <span id="L30" class="LineNr">30 </span> <span class="PreProc">var</span> c/eax: byte <span class="Special"><-</span> <a href='../112read-byte.subx.html#L38'>read-byte-buffered</a> in-addr <span id="L31" class="LineNr">31 </span> compare c, <span class="Constant">0xffffffff</span>/end-of-file <span id="L32" class="LineNr">32 </span> <span class="PreProc">break-if-=</span> -<span id="L33" class="LineNr">33 </span> <span class="PreProc">var</span> g/eax: grapheme <span class="Special"><-</span> copy c -<span id="L34" class="LineNr">34 </span> <a href='../405screen.mu.html#L214'>print-grapheme</a> <span class="Constant">0</span>/screen, g +<span id="L33" class="LineNr">33 </span> <span class="PreProc">var</span> g/eax: code-point-utf8 <span class="Special"><-</span> copy c +<span id="L34" class="LineNr">34 </span> <a href='../405screen.mu.html#L214'>print-code-point-utf8</a> <span class="Constant">0</span>/screen, g <span id="L35" class="LineNr">35 </span> <span class="PreProc">loop</span> <span id="L36" class="LineNr">36 </span> <span class="Delimiter">}</span> <span id="L37" class="LineNr">37 </span> <span class="Delimiter">}</span> |