From 372367f59a897162912d0646158bdea1e07d6e66 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 26 Jun 2021 20:55:36 -0700 Subject: html: better highlighting for int registers --- html/linux/ex3.2.mu.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'html/linux/ex3.2.mu.html') diff --git a/html/linux/ex3.2.mu.html b/html/linux/ex3.2.mu.html index a374e737..b2e48718 100644 --- a/html/linux/ex3.2.mu.html +++ b/html/linux/ex3.2.mu.html @@ -14,17 +14,16 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background- body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } -.muRegEdx { color: #878700; } -.muComment { color: #005faf; } -.LineNr { } -.muRegEcx { color: #af875f; } +.PreProc { color: #c000c0; } +.muRegEdx { color: #af5f00; } .Special { color: #ff6060; } -.muRegEax { color: #875f00; } +.LineNr { } +.muRegEbx { color: #5f00ff; } +.Constant { color: #008787; } +.muRegEcx { color: #870000; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.muRegEbx { color: #8787af; } -.Constant { color: #008787; } -.PreProc { color: #c000c0; } +.muComment { color: #005faf; } --> @@ -75,7 +74,7 @@ if ('onhashchange' in window) { 13 { 14 compare i, 0xb 15 break-if->= -16 var x/eax: (addr int) <- index a, i +16 var x/eax: (addr int) <- index a, i 17 copy-to *x, i 18 i <- increment 19 loop @@ -86,7 +85,7 @@ if ('onhashchange' in window) { 24 { 25 compare i, 0xb 26 break-if->= -27 var x/eax: (addr int) <- index a, i +27 var x/eax: (addr int) <- index a, i 28 result <- add *x 29 i <- increment 30 loop -- cgit 1.4.1-2-gfad0