diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-08-25 15:53:24 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-08-25 15:54:16 -0700 |
commit | 6033844884f18c9a6e6e186c79c36fd1dd2c9bb0 (patch) | |
tree | c4f58b9f94fe36463a1cc9a8a0a07507dcbd405f /html/063error.subx.html | |
parent | 9ac3fde9ab9651ecf5eb0ae0af6691e65ab3b122 (diff) | |
download | mu-6033844884f18c9a6e6e186c79c36fd1dd2c9bb0.tar.gz |
5582
Diffstat (limited to 'html/063error.subx.html')
-rw-r--r-- | html/063error.subx.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/063error.subx.html b/html/063error.subx.html index b0ffd00f..59ebe1cc 100644 --- a/html/063error.subx.html +++ b/html/063error.subx.html @@ -15,13 +15,13 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color: a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } -.subxS1Comment { color: #0000af; } +.subxS2Comment { color: #8a8a8a; } .LineNr { } .SpecialChar { color: #d70000; } -.Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; } +.subxS1Comment { color: #0000af; } .subxFunction { color: #af5f00; text-decoration: underline; } +.Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; } .Constant { color: #008787; } -.subxS2Comment { color: #8a8a8a; } --> </style> @@ -98,7 +98,7 @@ if ('onhashchange' in window) { <span id="L39" class="LineNr">39 </span> 68/push 1/imm32 <span id="L40" class="LineNr">40 </span> ff 6/subop/push 1/mod/*+disp8 5/rm32/EBP <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 8/disp8 <span class="Normal"> . </span> <span class="subxComment"># push *(EBP+8)</span> <span id="L41" class="LineNr">41 </span> <span class="subxS2Comment"># . . call</span> -<span id="L42" class="LineNr">42 </span> e8/call <a href='059stop.subx.html#L91'>stop</a>/disp32 +<span id="L42" class="LineNr">42 </span> e8/call <a href='059stop.subx.html#L92'>stop</a>/disp32 <span id="L43" class="LineNr">43 </span> <span class="subxComment"># should never get past this point</span> <span id="L44" class="LineNr">44 </span><span class="Constant">$error:dead-end</span>: <span id="L45" class="LineNr">45 </span> <span class="subxS1Comment"># . epilog</span> |