From 3ff2fe607c2cb5690d201d3b83ddcc957e949b7a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 9 Nov 2021 09:23:31 -0800 Subject: . --- html/linux/apps/parse-int.mu.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/linux/apps/parse-int.mu.html') 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; } --> @@ -100,7 +100,7 @@ if ('onhashchange' in window) { 37 var tmp/ebx: (addr byte) <- index in, i 38 var c/eax: byte <- copy-byte *tmp 39 # -40 var g/eax: grapheme <- copy c +40 var g/eax: code-point-utf8 <- copy c 41 var digit/eax: int <- to-decimal-digit g 42 result <- add digit 43 i <- increment -- cgit 1.4.1-2-gfad0