diff options
Diffstat (limited to 'html/010---vm.cc.html')
-rw-r--r-- | html/010---vm.cc.html | 6 |
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 << <span class="Constant">" f3 0f "</span> << p<span class="Delimiter">-></span>first << <span class="Constant">": "</span> << p<span class="Delimiter">-></span>second << <span class="cSpecial">'\n'</span><span class="Delimiter">;</span> <span id="L368" class="LineNr">368 </span> cerr << <span class="Constant">"Run `subx help instructions` for details on <a href='011run.cc.html#L123'>words</a> like 'r32' and 'disp8'.\n"</span> <span id="L369" class="LineNr">369 </span> <span class="Constant">"For complete details on these instructions, consult the IA-32 manual (volume 2).\n"</span> -<span id="L370" class="LineNr">370 </span> <span class="Constant">"There's various versions of it online, such as <a href="https://c9x.me/x86">https://c9x.me/x86</a>.\n"</span> +<span id="L370" class="LineNr">370 </span> <span class="Constant">"There's various versions of it online, such as <a href="https://c9x.me/x86.">https://c9x.me/x86.</a>\n"</span> <span id="L371" class="LineNr">371 </span> <span class="Constant">"The mnemonics in brackets will help you locate each instruction.\n"</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> |