From 3ff2fe607c2cb5690d201d3b83ddcc957e949b7a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 9 Nov 2021 09:23:31 -0800 Subject: . --- html/linux/tests.subx.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/linux/tests.subx.html') diff --git a/html/linux/tests.subx.html b/html/linux/tests.subx.html index c78645bd..3ee5e92e 100644 --- a/html/linux/tests.subx.html +++ b/html/linux/tests.subx.html @@ -14,15 +14,15 @@ pre { font-family: monospace; color: #000000; background-color: #ffffd7; } body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } +.subxH1Comment { color: #005faf; text-decoration: underline; } .subxComment { color: #005faf; } +.subxS1Comment { color: #0000af; } .subxS2Comment { color: #8a8a8a; } .LineNr { } -.subxFunction { color: #af5f00; text-decoration: underline; } -.subxS1Comment { color: #0000af; } .Constant { color: #008787; } .SpecialChar { color: #d70000; } .Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } -.subxH1Comment { color: #005faf; text-decoration: underline; } +.subxFunction { color: #af5f00; text-decoration: underline; } --> @@ -108,7 +108,7 @@ if ('onhashchange' in window) { 48 74/jump-if-= $subx-tests-main:interactive/disp8 49 # run-tests() 50 e8/call run-tests/disp32 - 51 # syscall(exit, *Num-test-failures) + 51 # syscall_exit(*Num-test-failures) 52 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 3/r32/ebx Num-test-failures/disp32 # copy *Num-test-failures to ebx 53 eb/jump $subx-tests-main:end/disp8 54 $subx-tests-main:interactive: @@ -121,7 +121,7 @@ if ('onhashchange' in window) { 61 e8/call subx-gen-run-tests/disp32 62 # . . discard args 63 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp - 64 # syscall(exit, 0) + 64 # syscall_exit(0) 65 bb/copy-to-ebx 0/imm32 66 $subx-tests-main:end: 67 e8/call syscall_exit/disp32 -- cgit 1.4.1-2-gfad0