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/508circle.mu.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'html/508circle.mu.html') diff --git a/html/508circle.mu.html b/html/508circle.mu.html index a7dcd829..91d8b440 100644 --- a/html/508circle.mu.html +++ b/html/508circle.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 y: int 4 var err: int 5 # x = -r - 6 var tmp/eax: int <- copy radius + 6 var tmp/eax: int <- copy radius 7 tmp <- negate 8 copy-to x, tmp 9 # err = 2 - 2*r @@ -139,7 +138,7 @@ if ('onhashchange' in window) { 78 } 79 80 fn draw-disc screen: (addr screen), cx: int, cy: int, radius: int, color: int, border-color: int { -81 var r/eax: int <- copy 0 +81 var r/eax: int <- copy 0 82 { 83 compare r, radius 84 break-if->= -- cgit 1.4.1-2-gfad0