diff options
Diffstat (limited to 'html/linux/apps/parse-int.mu.html')
-rw-r--r-- | html/linux/apps/parse-int.mu.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/html/linux/apps/parse-int.mu.html b/html/linux/apps/parse-int.mu.html index 0ba861a7..ef3297c2 100644 --- a/html/linux/apps/parse-int.mu.html +++ b/html/linux/apps/parse-int.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> @@ -100,7 +100,7 @@ if ('onhashchange' in window) { <span id="L37" class="LineNr">37 </span> <span class="PreProc">var</span> tmp/<span class="muRegEbx">ebx</span>: (addr byte) <span class="Special"><-</span> index in, i <span id="L38" class="LineNr">38 </span> <span class="PreProc">var</span> c/eax: byte <span class="Special"><-</span> copy-byte *tmp <span id="L39" class="LineNr">39 </span> <span class="muComment">#</span> -<span id="L40" class="LineNr">40 </span> <span class="PreProc">var</span> g/eax: grapheme <span class="Special"><-</span> copy c +<span id="L40" class="LineNr">40 </span> <span class="PreProc">var</span> g/eax: code-point-utf8 <span class="Special"><-</span> copy c <span id="L41" class="LineNr">41 </span> <span class="PreProc">var</span> digit/eax: int <span class="Special"><-</span> <a href='../126write-int-decimal.subx.html#L405'>to-decimal-digit</a> g <span id="L42" class="LineNr">42 </span> result <span class="Special"><-</span> add digit <span id="L43" class="LineNr">43 </span> i <span class="Special"><-</span> increment |