diff options
Diffstat (limited to 'html/linux/bootstrap')
30 files changed, 159 insertions, 159 deletions
diff --git a/html/linux/bootstrap/000organization.cc.html b/html/linux/bootstrap/000organization.cc.html index 269fe12f..fbf53912 100644 --- a/html/linux/bootstrap/000organization.cc.html +++ b/html/linux/bootstrap/000organization.cc.html @@ -10,18 +10,18 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.PreProc { color: #c000c0; } -.LineNr { } .Delimiter { color: #c000c0; } -.cSpecial { color: #008000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } +.LineNr { } .Comment { color: #005faf; } .Constant { color: #008787; } .Identifier { color: #af5f00; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } +.PreProc { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/001help.cc.html b/html/linux/bootstrap/001help.cc.html index df47ab21..8aefe2a1 100644 --- a/html/linux/bootstrap/001help.cc.html +++ b/html/linux/bootstrap/001help.cc.html @@ -10,19 +10,19 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } +.CommentedCode { color: #8a8a8a; } .LineNr { } .Constant { color: #008787; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } -.CommentedCode { color: #8a8a8a; } .Identifier { color: #af5f00; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .PreProc { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> @@ -217,7 +217,7 @@ if ('onhashchange' in window) { <span id="L157" class="LineNr">157 </span><span class="Comment">//: yadda-yadda. Instead use this macro below to perform an unsafe cast to</span> <span id="L158" class="LineNr">158 </span><span class="Comment">//: signed. We'll just give up immediately if a container's ever too large.</span> <span id="L159" class="LineNr">159 </span><span class="Comment">//: Basically, Mu is not concerned about this being a little slower than it</span> -<span id="L160" class="LineNr">160 </span><span class="Comment">//: could be. (<a href="https://gist.github.com/rygorous/e0f055bfb74e3d5f0af20690759de5a7)">https://gist.github.com/rygorous/e0f055bfb74e3d5f0af20690759de5a7)</a></span> +<span id="L160" class="LineNr">160 </span><span class="Comment">//: could be. (<a href="https://gist.github.com/rygorous/e0f055bfb74e3d5f0af20690759de5a7">https://gist.github.com/rygorous/e0f055bfb74e3d5f0af20690759de5a7</a>)</span> <span id="L161" class="LineNr">161 </span><span class="Comment">//:</span> <span id="L162" class="LineNr">162 </span><span class="Comment">//: Addendum to corollary: We're going to uniformly use int everywhere, to</span> <span id="L163" class="LineNr">163 </span><span class="Comment">//: indicate that we're oblivious to number size, and since Clang on 32-bit</span> @@ -229,7 +229,7 @@ if ('onhashchange' in window) { <span id="L169" class="LineNr">169 </span> <span id="L170" class="LineNr">170 </span><span class="Comment">//: 5. Integer overflow is guarded against at runtime using the -ftrapv flag</span> <span id="L171" class="LineNr">171 </span><span class="Comment">//: to the compiler, supported by Clang (GCC version only works sometimes:</span> -<span id="L172" class="LineNr">172 </span><span class="Comment">//: <a href="http://stackoverflow.com/questions/20851061/how-to-make-gcc-ftrapv-work).">http://stackoverflow.com/questions/20851061/how-to-make-gcc-ftrapv-work).</a></span> +<span id="L172" class="LineNr">172 </span><span class="Comment">//: <a href="http://stackoverflow.com/questions/20851061/how-to-make-gcc-ftrapv-work">http://stackoverflow.com/questions/20851061/how-to-make-gcc-ftrapv-work</a>).</span> <span id="L173" class="LineNr">173 </span><span class="Delimiter">:(before "atexit(<a href='000organization.cc.html#L150'>reset</a>)")</span> <span id="L174" class="LineNr">174 </span><a href='001help.cc.html#L179'>initialize_signal_handlers</a><span class="Delimiter">();</span> <span class="Comment">// not always necessary, but doesn't hurt</span> <span id="L175" class="LineNr">175 </span><span class="CommentedCode">//? cerr << INT_MAX+1 << '\n'; // test overflow</span> diff --git a/html/linux/bootstrap/002test.cc.html b/html/linux/bootstrap/002test.cc.html index a47b998c..b4b53409 100644 --- a/html/linux/bootstrap/002test.cc.html +++ b/html/linux/bootstrap/002test.cc.html @@ -10,19 +10,19 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.PreProc { color: #c000c0; } +.CommentedCode { color: #8a8a8a; } .LineNr { } .Constant { color: #008787; } -.cSpecial { color: #008000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } -.CommentedCode { color: #8a8a8a; } .Identifier { color: #af5f00; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } +.PreProc { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/003trace.cc.html b/html/linux/bootstrap/003trace.cc.html index 88ecd723..a444f463 100644 --- a/html/linux/bootstrap/003trace.cc.html +++ b/html/linux/bootstrap/003trace.cc.html @@ -10,18 +10,18 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.PreProc { color: #c000c0; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .LineNr { } -.cSpecial { color: #008000; } -.Constant { color: #008787; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } .Identifier { color: #af5f00; } +.Constant { color: #008787; } +.PreProc { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> @@ -103,7 +103,7 @@ if ('onhashchange' in window) { <span id="L44" class="LineNr"> 44 </span><span class="Comment">//:</span> <span id="L45" class="LineNr"> 45 </span><span class="Comment">//: Between layers and domain-driven testing, programming starts to look like a</span> <span id="L46" class="LineNr"> 46 </span><span class="Comment">//: fundamentally different activity. Instead of focusing on a) superficial,</span> -<span id="L47" class="LineNr"> 47 </span><span class="Comment">//: b) local rules on c) code [like say <a href="http://blog.bbv.ch/2013/06/05/clean-code-cheat-sheet],">http://blog.bbv.ch/2013/06/05/clean-code-cheat-sheet],</a></span> +<span id="L47" class="LineNr"> 47 </span><span class="Comment">//: b) local rules on c) code [like say <a href="http://blog.bbv.ch/2013/06/05/clean-code-cheat-sheet">http://blog.bbv.ch/2013/06/05/clean-code-cheat-sheet</a>],</span> <span id="L48" class="LineNr"> 48 </span><span class="Comment">//: we allow programmers to engage with the a) deep, b) global structure of</span> <span id="L49" class="LineNr"> 49 </span><span class="Comment">//: the c) domain. If you can systematically track discontinuities in the</span> <span id="L50" class="LineNr"> 50 </span><span class="Comment">//: domain, you don't care if the code used gotos as long as it passed all</span> @@ -123,7 +123,7 @@ if ('onhashchange' in window) { <span id="L64" class="LineNr"> 64 </span><span class="Comment">//:</span> <span id="L65" class="LineNr"> 65 </span><span class="Comment">//: "Programming properly should be regarded as an activity by which</span> <span id="L66" class="LineNr"> 66 </span><span class="Comment">//: programmers form a mental model, rather than as production of a program."</span> -<span id="L67" class="LineNr"> 67 </span><span class="Comment">//: -- Peter Naur (<a href="http://akkartik.name/naur.pdf)">http://akkartik.name/naur.pdf)</a></span> +<span id="L67" class="LineNr"> 67 </span><span class="Comment">//: -- Peter Naur (<a href="http://akkartik.name/naur.pdf">http://akkartik.name/naur.pdf</a>)</span> <span id="L68" class="LineNr"> 68 </span> <span id="L69" class="LineNr"> 69 </span><span class="Comment">//:: == Core data structures</span> <span id="L70" class="LineNr"> 70 </span> diff --git a/html/linux/bootstrap/003trace.test.cc.html b/html/linux/bootstrap/003trace.test.cc.html index 91507f71..cad23ec4 100644 --- a/html/linux/bootstrap/003trace.test.cc.html +++ b/html/linux/bootstrap/003trace.test.cc.html @@ -10,16 +10,16 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } .LineNr { } .Constant { color: #008787; } -.Delimiter { color: #c000c0; } .Comment { color: #005faf; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } +.Delimiter { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/010vm.cc.html b/html/linux/bootstrap/010vm.cc.html index e6ca03e7..187fff12 100644 --- a/html/linux/bootstrap/010vm.cc.html +++ b/html/linux/bootstrap/010vm.cc.html @@ -10,18 +10,18 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } .LineNr { } .Constant { color: #008787; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } .Identifier { color: #af5f00; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .PreProc { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/011run.cc.html b/html/linux/bootstrap/011run.cc.html index f1ffbb3b..f8bccca2 100644 --- a/html/linux/bootstrap/011run.cc.html +++ b/html/linux/bootstrap/011run.cc.html @@ -10,17 +10,17 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .LineNr { } -.Constant { color: #008787; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } .Identifier { color: #af5f00; } +.Constant { color: #008787; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/012elf.cc.html b/html/linux/bootstrap/012elf.cc.html index 65fd0aea..ec236fa1 100644 --- a/html/linux/bootstrap/012elf.cc.html +++ b/html/linux/bootstrap/012elf.cc.html @@ -10,19 +10,19 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } +.CommentedCode { color: #8a8a8a; } .LineNr { } -.Constant { color: #008787; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } -.CommentedCode { color: #8a8a8a; } .Identifier { color: #af5f00; } +.Constant { color: #008787; } .PreProc { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> @@ -168,7 +168,7 @@ if ('onhashchange' in window) { <span id="L108" class="LineNr">108 </span> <span class="Normal">uint32_t</span> p_type = <a href='012elf.cc.html#L170'>u32_in</a><span class="Delimiter">(</span>&elf_contents[offset]<span class="Delimiter">);</span> <span id="L109" class="LineNr">109 </span> <a href='003trace.cc.html#L96'>trace</a><span class="Delimiter">(</span><span class="Constant">90</span><span class="Delimiter">,</span> <span class="Constant">"load"</span><span class="Delimiter">)</span> << <span class="Constant">"program header at offset "</span> << offset << <span class="Constant">": type "</span> << p_type << end<span class="Delimiter">();</span> <span id="L110" class="LineNr">110 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p_type != <span class="Constant">1</span><span class="Delimiter">)</span> <span class="Delimiter">{</span> -<span id="L111" class="LineNr">111 </span> <a href='003trace.cc.html#L96'>trace</a><span class="Delimiter">(</span><span class="Constant">90</span><span class="Delimiter">,</span> <span class="Constant">"load"</span><span class="Delimiter">)</span> << <span class="Constant">"ignoring segment at offset "</span> << offset << <span class="Constant">" of non PT_LOAD type "</span> << p_type << <span class="Constant">" (see <a href="http://refspecs.linuxbase.org/elf/elf.pdf)">http://refspecs.linuxbase.org/elf/elf.pdf)</a>"</span> << end<span class="Delimiter">();</span> +<span id="L111" class="LineNr">111 </span> <a href='003trace.cc.html#L96'>trace</a><span class="Delimiter">(</span><span class="Constant">90</span><span class="Delimiter">,</span> <span class="Constant">"load"</span><span class="Delimiter">)</span> << <span class="Constant">"ignoring segment at offset "</span> << offset << <span class="Constant">" of non PT_LOAD type "</span> << p_type << <span class="Constant">" (see <a href="http://refspecs.linuxbase.org/elf/elf.pdf">http://refspecs.linuxbase.org/elf/elf.pdf</a>)"</span> << end<span class="Delimiter">();</span> <span id="L112" class="LineNr">112 </span> <span class="Identifier">return</span><span class="Delimiter">;</span> <span id="L113" class="LineNr">113 </span> <span class="Delimiter">}</span> <span id="L114" class="LineNr">114 </span> <span class="Normal">uint32_t</span> p_offset = <a href='012elf.cc.html#L170'>u32_in</a><span class="Delimiter">(</span>&elf_contents[offset + <span class="Constant">4</span>]<span class="Delimiter">);</span> @@ -178,7 +178,7 @@ if ('onhashchange' in window) { <span id="L118" class="LineNr">118 </span> <span class="Normal">uint32_t</span> p_filesz = <a href='012elf.cc.html#L170'>u32_in</a><span class="Delimiter">(</span>&elf_contents[offset + <span class="Constant">16</span>]<span class="Delimiter">);</span> <span id="L119" class="LineNr">119 </span> <span class="Normal">uint32_t</span> p_memsz = <a href='012elf.cc.html#L170'>u32_in</a><span class="Delimiter">(</span>&elf_contents[offset + <span class="Constant">20</span>]<span class="Delimiter">);</span> <span id="L120" class="LineNr">120 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p_filesz != p_memsz<span class="Delimiter">)</span> -<span id="L121" class="LineNr">121 </span> <a href='003trace.cc.html#L226'>raise</a> << <span class="Constant">"Can't yet handle segments where p_filesz != p_memsz (see <a href="http://refspecs.linuxbase.org/elf/elf.pdf)">http://refspecs.linuxbase.org/elf/elf.pdf)</a></span><span class="cSpecial">\n</span><span class="Constant">"</span> << die<span class="Delimiter">();</span> +<span id="L121" class="LineNr">121 </span> <a href='003trace.cc.html#L226'>raise</a> << <span class="Constant">"Can't yet handle segments where p_filesz != p_memsz (see <a href="http://refspecs.linuxbase.org/elf/elf.pdf">http://refspecs.linuxbase.org/elf/elf.pdf</a>)</span><span class="cSpecial">\n</span><span class="Constant">"</span> << die<span class="Delimiter">();</span> <span id="L122" class="LineNr">122 </span> <span id="L123" class="LineNr">123 </span> <span class="Normal">if</span> <span class="Delimiter">(</span>p_offset + p_filesz > size<span class="Delimiter">)</span> <span id="L124" class="LineNr">124 </span> <a href='003trace.cc.html#L226'>raise</a> << <span class="Constant">"Invalid binary; segment at offset "</span> << offset << <span class="Constant">" is too large: wants to end at "</span> << p_offset+p_filesz << <span class="Constant">" but the file ends at "</span> << size << <span class="cSpecial">'\n'</span> << <a href='003trace.cc.html#L173'>die</a><span class="Delimiter">();</span> diff --git a/html/linux/bootstrap/013direct_addressing.cc.html b/html/linux/bootstrap/013direct_addressing.cc.html index 449aedce..30a2767f 100644 --- a/html/linux/bootstrap/013direct_addressing.cc.html +++ b/html/linux/bootstrap/013direct_addressing.cc.html @@ -10,19 +10,19 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } +.CommentedCode { color: #8a8a8a; } .LineNr { } -.Constant { color: #008787; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } -.CommentedCode { color: #8a8a8a; } .Identifier { color: #af5f00; } +.Constant { color: #008787; } .PreProc { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/014indirect_addressing.cc.html b/html/linux/bootstrap/014indirect_addressing.cc.html index 8b2447f4..a242b7cc 100644 --- a/html/linux/bootstrap/014indirect_addressing.cc.html +++ b/html/linux/bootstrap/014indirect_addressing.cc.html @@ -10,17 +10,17 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } .LineNr { } .Constant { color: #008787; } -.Delimiter { color: #c000c0; } .Comment { color: #005faf; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Identifier { color: #af5f00; } +.Delimiter { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/015immediate_addressing.cc.html b/html/linux/bootstrap/015immediate_addressing.cc.html index 916dcae7..6462b7be 100644 --- a/html/linux/bootstrap/015immediate_addressing.cc.html +++ b/html/linux/bootstrap/015immediate_addressing.cc.html @@ -10,18 +10,18 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } +.CommentedCode { color: #8a8a8a; } .LineNr { } -.Constant { color: #008787; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } -.CommentedCode { color: #8a8a8a; } .Identifier { color: #af5f00; } +.Constant { color: #008787; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/016index_addressing.cc.html b/html/linux/bootstrap/016index_addressing.cc.html index 593549c3..e46490f2 100644 --- a/html/linux/bootstrap/016index_addressing.cc.html +++ b/html/linux/bootstrap/016index_addressing.cc.html @@ -10,17 +10,17 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } .LineNr { } .Constant { color: #008787; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } .Identifier { color: #af5f00; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/017jump_disp8.cc.html b/html/linux/bootstrap/017jump_disp8.cc.html index f60d02c7..02cb7835 100644 --- a/html/linux/bootstrap/017jump_disp8.cc.html +++ b/html/linux/bootstrap/017jump_disp8.cc.html @@ -10,17 +10,17 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .LineNr { } -.Constant { color: #008787; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } .Identifier { color: #af5f00; } +.Constant { color: #008787; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/018jump_disp32.cc.html b/html/linux/bootstrap/018jump_disp32.cc.html index 71324789..6b5fabcf 100644 --- a/html/linux/bootstrap/018jump_disp32.cc.html +++ b/html/linux/bootstrap/018jump_disp32.cc.html @@ -10,17 +10,17 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .LineNr { } -.Constant { color: #008787; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } .Identifier { color: #af5f00; } +.Constant { color: #008787; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/019functions.cc.html b/html/linux/bootstrap/019functions.cc.html index a65bb9b8..169e701a 100644 --- a/html/linux/bootstrap/019functions.cc.html +++ b/html/linux/bootstrap/019functions.cc.html @@ -10,18 +10,18 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } +.CommentedCode { color: #8a8a8a; } .LineNr { } -.Constant { color: #008787; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } -.CommentedCode { color: #8a8a8a; } .Identifier { color: #af5f00; } +.Constant { color: #008787; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/020byte_addressing.cc.html b/html/linux/bootstrap/020byte_addressing.cc.html index 11e40d47..84a34b8d 100644 --- a/html/linux/bootstrap/020byte_addressing.cc.html +++ b/html/linux/bootstrap/020byte_addressing.cc.html @@ -10,17 +10,17 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } .LineNr { } .Constant { color: #008787; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } .Identifier { color: #af5f00; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/021div.cc.html b/html/linux/bootstrap/021div.cc.html index ac4c4950..a9ad5e09 100644 --- a/html/linux/bootstrap/021div.cc.html +++ b/html/linux/bootstrap/021div.cc.html @@ -10,17 +10,17 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .LineNr { } -.Constant { color: #008787; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } .Identifier { color: #af5f00; } +.Constant { color: #008787; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/022float.cc.html b/html/linux/bootstrap/022float.cc.html index 172d35f2..ac01e56d 100644 --- a/html/linux/bootstrap/022float.cc.html +++ b/html/linux/bootstrap/022float.cc.html @@ -10,18 +10,18 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .LineNr { } -.Constant { color: #008787; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } .Identifier { color: #af5f00; } +.Constant { color: #008787; } .PreProc { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/029syscalls.cc.html b/html/linux/bootstrap/029syscalls.cc.html index 97883321..83680749 100644 --- a/html/linux/bootstrap/029syscalls.cc.html +++ b/html/linux/bootstrap/029syscalls.cc.html @@ -10,18 +10,18 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .LineNr { } -.Constant { color: #008787; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } .Identifier { color: #af5f00; } +.Constant { color: #008787; } .PreProc { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/030translate.cc.html b/html/linux/bootstrap/030translate.cc.html index 4236b28c..a10dae73 100644 --- a/html/linux/bootstrap/030translate.cc.html +++ b/html/linux/bootstrap/030translate.cc.html @@ -10,19 +10,19 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } .LineNr { } .Constant { color: #008787; } -.SalientComment { color: #0000af; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } +.SalientComment { color: #0000af; } .Identifier { color: #af5f00; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .PreProc { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/031transforms.cc.html b/html/linux/bootstrap/031transforms.cc.html index 723e0891..280b4741 100644 --- a/html/linux/bootstrap/031transforms.cc.html +++ b/html/linux/bootstrap/031transforms.cc.html @@ -10,15 +10,15 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } .LineNr { } .Constant { color: #008787; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } --> </style> diff --git a/html/linux/bootstrap/032operands.cc.html b/html/linux/bootstrap/032operands.cc.html index 1080e223..8b7f302c 100644 --- a/html/linux/bootstrap/032operands.cc.html +++ b/html/linux/bootstrap/032operands.cc.html @@ -10,17 +10,17 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .LineNr { } -.Constant { color: #008787; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } .Identifier { color: #af5f00; } +.Constant { color: #008787; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/033check_operands.cc.html b/html/linux/bootstrap/033check_operands.cc.html index 580d4203..24848b6c 100644 --- a/html/linux/bootstrap/033check_operands.cc.html +++ b/html/linux/bootstrap/033check_operands.cc.html @@ -10,20 +10,20 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } +.CommentedCode { color: #8a8a8a; } .LineNr { } .Constant { color: #008787; } -.SalientComment { color: #0000af; } -.Delimiter { color: #c000c0; } .Comment { color: #005faf; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } -.CommentedCode { color: #8a8a8a; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } +.SalientComment { color: #0000af; } .Identifier { color: #af5f00; } +.Delimiter { color: #c000c0; } .PreProc { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/034check_operand_bounds.cc.html b/html/linux/bootstrap/034check_operand_bounds.cc.html index e7b45d05..e2f146ee 100644 --- a/html/linux/bootstrap/034check_operand_bounds.cc.html +++ b/html/linux/bootstrap/034check_operand_bounds.cc.html @@ -10,17 +10,17 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } .LineNr { } .Constant { color: #008787; } -.Delimiter { color: #c000c0; } .Comment { color: #005faf; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Identifier { color: #af5f00; } +.Delimiter { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/035compute_segment_address.cc.html b/html/linux/bootstrap/035compute_segment_address.cc.html index fce17df9..8f7045ea 100644 --- a/html/linux/bootstrap/035compute_segment_address.cc.html +++ b/html/linux/bootstrap/035compute_segment_address.cc.html @@ -10,17 +10,17 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } .LineNr { } .Constant { color: #008787; } -.Delimiter { color: #c000c0; } .Comment { color: #005faf; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Identifier { color: #af5f00; } +.Delimiter { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/036labels.cc.html b/html/linux/bootstrap/036labels.cc.html index 03c86401..b20452b0 100644 --- a/html/linux/bootstrap/036labels.cc.html +++ b/html/linux/bootstrap/036labels.cc.html @@ -10,17 +10,17 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } .LineNr { } .Constant { color: #008787; } -.Delimiter { color: #c000c0; } .Comment { color: #005faf; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Identifier { color: #af5f00; } +.Delimiter { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/037global_variables.cc.html b/html/linux/bootstrap/037global_variables.cc.html index aaffc02c..04c77f10 100644 --- a/html/linux/bootstrap/037global_variables.cc.html +++ b/html/linux/bootstrap/037global_variables.cc.html @@ -10,18 +10,18 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } +.CommentedCode { color: #8a8a8a; } .LineNr { } .Constant { color: #008787; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } -.CommentedCode { color: #8a8a8a; } .Identifier { color: #af5f00; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/038literal_strings.cc.html b/html/linux/bootstrap/038literal_strings.cc.html index 5fef9807..5c9b74ab 100644 --- a/html/linux/bootstrap/038literal_strings.cc.html +++ b/html/linux/bootstrap/038literal_strings.cc.html @@ -10,18 +10,18 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } +.CommentedCode { color: #8a8a8a; } .LineNr { } .Constant { color: #008787; } -.Delimiter { color: #c000c0; } .Comment { color: #005faf; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } -.CommentedCode { color: #8a8a8a; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .Identifier { color: #af5f00; } +.Delimiter { color: #c000c0; } +.cSpecial { color: #008000; } --> </style> diff --git a/html/linux/bootstrap/039debug.cc.html b/html/linux/bootstrap/039debug.cc.html index 928167b1..b177aa58 100644 --- a/html/linux/bootstrap/039debug.cc.html +++ b/html/linux/bootstrap/039debug.cc.html @@ -10,17 +10,17 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.Todo { color: #000000; background-color: #ffff00; padding-bottom: 1px; } .LineNr { } .Constant { color: #008787; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } .Identifier { color: #af5f00; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } +.Todo { color: #000000; background-color: #ffff00; padding-bottom: 1px; } --> </style> diff --git a/html/linux/bootstrap/040tests.cc.html b/html/linux/bootstrap/040tests.cc.html index d892eed2..362a2d55 100644 --- a/html/linux/bootstrap/040tests.cc.html +++ b/html/linux/bootstrap/040tests.cc.html @@ -10,17 +10,17 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { white-space: pre-wrap; 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; } -.cSpecial { color: #008000; } .LineNr { } .Constant { color: #008787; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } .Comment { color: #005faf; } .Delimiter { color: #c000c0; } .Identifier { color: #af5f00; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } +.cSpecial { color: #008000; } --> </style> |