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/shell/read.mu.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'html/shell/read.mu.html') diff --git a/html/shell/read.mu.html b/html/shell/read.mu.html index 87c3825e..4588fdcc 100644 --- a/html/shell/read.mu.html +++ b/html/shell/read.mu.html @@ -14,16 +14,15 @@ 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 { } +.Constant { color: #008787; } +.muRegEcx { color: #870000; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.Constant { color: #008787; } -.PreProc { color: #c000c0; } +.muComment { color: #005faf; } --> @@ -64,7 +63,7 @@ if ('onhashchange' in window) { 3 var tokens-storage: (stream token 0x400) 4 var tokens/edx: (addr stream token) <- address tokens-storage 5 tokenize in, tokens, trace - 6 var error?/eax: boolean <- has-errors? trace + 6 var error?/eax: boolean <- has-errors? trace 7 compare error?, 0/false 8 { 9 break-if-= @@ -74,7 +73,7 @@ if ('onhashchange' in window) { 13 var parenthesized-tokens-storage: (stream token 0x400) 14 var parenthesized-tokens/ecx: (addr stream token) <- address parenthesized-tokens-storage 15 parenthesize tokens, parenthesized-tokens, trace -16 var error?/eax: boolean <- has-errors? trace +16 var error?/eax: boolean <- has-errors? trace 17 compare error?, 0/false 18 { 19 break-if-= -- cgit 1.4.1-2-gfad0