about summary refs log tree commit diff stats
path: root/html/010---vm.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/010---vm.cc.html')
-rw-r--r--html/010---vm.cc.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/010---vm.cc.html b/html/010---vm.cc.html
index 232da129..227acfd4 100644
--- a/html/010---vm.cc.html
+++ b/html/010---vm.cc.html
@@ -14,7 +14,7 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #c6c6c6; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.PreProc { color: #c000c0; }
+.cSpecial { color: #008000; }
 .LineNr { }
 .Constant { color: #008787; }
 .Comment { color: #005faf; }
@@ -22,7 +22,7 @@ a { color:inherit; }
 .Special { color: #d70000; }
 .Identifier { color: #af5f00; }
 .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; }
-.cSpecial { color: #008000; }
+.PreProc { color: #c000c0; }
 .SalientComment { color: #0000af; }
 -->
 </style>
@@ -428,7 +428,7 @@ if ('onhashchange' in window) {
 <span id="L367" class="LineNr">367 </span>    cerr &lt;&lt; <span class="Constant">&quot;  f3 0f &quot;</span> &lt;&lt; p<span class="Delimiter">-&gt;</span>first &lt;&lt; <span class="Constant">&quot;: &quot;</span> &lt;&lt; p<span class="Delimiter">-&gt;</span>second &lt;&lt; <span class="cSpecial">'\n'</span><span class="Delimiter">;</span>
 <span id="L368" class="LineNr">368 </span>  cerr &lt;&lt; <span class="Constant">&quot;Run `subx help instructions` for details on <a href='011run.cc.html#L123'>words</a> like 'r32' and 'disp8'.\n&quot;</span>
 <span id="L369" class="LineNr">369 </span>          <span class="Constant">&quot;For complete details on these instructions, consult the IA-32 manual (volume 2).\n&quot;</span>
-<span id="L370" class="LineNr">370 </span>          <span class="Constant">&quot;There's various versions of it online, such as <a href="https://c9x.me/x86">https://c9x.me/x86</a>.\n&quot;</span>
+<span id="L370" class="LineNr">370 </span>          <span class="Constant">&quot;There's various versions of it online, such as <a href="https://c9x.me/x86.">https://c9x.me/x86.</a>\n&quot;</span>
 <span id="L371" class="LineNr">371 </span>          <span class="Constant">&quot;The mnemonics in brackets will help you locate each instruction.\n&quot;</span><span class="Delimiter">;</span>
 <span id="L372" class="LineNr">372 </span>  <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span>
 <span id="L373" class="LineNr">373 </span><span class="Delimiter">}</span>