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/407right-justify.mu.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'html/linux/407right-justify.mu.html') diff --git a/html/linux/407right-justify.mu.html b/html/linux/407right-justify.mu.html index 56977b13..9406eb62 100644 --- a/html/linux/407right-justify.mu.html +++ b/html/linux/407right-justify.mu.html @@ -14,15 +14,14 @@ 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; } -.muComment { color: #005faf; } +.PreProc { color: #c000c0; } +.Special { color: #ff6060; } .LineNr { } .Constant { color: #008787; } -.Special { color: #ff6060; } -.muRegEax { color: #875f00; } +.muRegEcx { color: #870000; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.muRegEcx { color: #af875f; } -.PreProc { color: #c000c0; } +.muComment { color: #005faf; } --> @@ -61,7 +60,7 @@ if ('onhashchange' in window) { 1 # print 'n' with enough leading spaces to be right-justified in 'width' 2 fn print-int32-decimal-right-justified screen: (addr screen), n: int, _width: int { 3 # tweak things for negative numbers - 4 var n-width/eax: int <- decimal-size n + 4 var n-width/eax: int <- decimal-size n 5 var width/ecx: int <- copy _width 6 { 7 compare n-width, width -- cgit 1.4.1-2-gfad0