From c762564bd754884e847922c99172076fde4d646e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 7 Sep 2018 22:42:23 -0700 Subject: 4539 --- html/subx/001help.cc.html | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'html/subx/001help.cc.html') diff --git a/html/subx/001help.cc.html b/html/subx/001help.cc.html index d5582776..ca925bbb 100644 --- a/html/subx/001help.cc.html +++ b/html/subx/001help.cc.html @@ -3,7 +3,7 @@ Mu - subx/001help.cc - + @@ -15,15 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.CommentedCode { color: #6c6c6c; } +.LineNr { color: #444444; } .Constant { color: #00a0a0; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Delimiter { color: #800080; } -.LineNr { color: #444444; } .Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } -.PreProc { color: #800080; } -.CommentedCode { color: #6c6c6c; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } .cSpecial { color: #008000; } --> @@ -124,7 +123,7 @@ if ('onhashchange' in window) { 63 "SubX uses a subset of the x86 instruction set. SubX programs will run\n" 64 "without modification on Linux computers.\n" 65 "It provides a better experience and better error messages than\n" - 66 "programming directly in machine code, but you have to stick to the\n" + 66 "programming directly in machine code, but you have to stick to the\n" 67 "instructions it supports.\n" 68 "\n" 69 "== Ways to invoke subx\n" @@ -237,16 +236,16 @@ if ('onhashchange' in window) { 176 void dump_and_exit(int sig, siginfo_t* /*unused*/, void* /*unused*/) { 177 switch (sig) { 178 case SIGABRT: -179 #ifndef __APPLE__ +179 #ifndef __APPLE__ 180 cerr << "SIGABRT: might be an integer overflow if it wasn't an assert() failure\n"; 181 _Exit(1); -182 #endif +182 #endif 183 break; 184 case SIGILL: -185 #ifdef __APPLE__ +185 #ifdef __APPLE__ 186 cerr << "SIGILL: most likely caused by integer overflow\n"; 187 _Exit(1); -188 #endif +188 #endif 189 break; 190 default: 191 break; -- cgit 1.4.1-2-gfad0