diff options
Diffstat (limited to 'html/linux/110stop.subx.html')
-rw-r--r-- | html/linux/110stop.subx.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/html/linux/110stop.subx.html b/html/linux/110stop.subx.html index 1819310f..c3469deb 100644 --- a/html/linux/110stop.subx.html +++ b/html/linux/110stop.subx.html @@ -14,15 +14,15 @@ pre { 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; } +.subxMinorFunction { color: #875f5f; } .subxComment { color: #005faf; } +.subxS1Comment { color: #0000af; } .subxS2Comment { color: #8a8a8a; } .LineNr { } -.subxFunction { color: #af5f00; text-decoration: underline; } -.subxS1Comment { color: #0000af; } .Constant { color: #008787; } -.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } -.subxMinorFunction { color: #875f5f; } .subxTest { color: #5f8700; } +.subxFunction { color: #af5f00; text-decoration: underline; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } .CommentedCode { color: #8a8a8a; } --> </style> @@ -171,7 +171,7 @@ if ('onhashchange' in window) { <span id="L110" class="LineNr">110 </span> <span class="subxComment"># never gets here</span> <span id="L111" class="LineNr">111 </span> c3/return <span class="subxComment"># doesn't return to caller</span> <span id="L112" class="LineNr">112 </span><span class="Constant">$stop:real</span>: -<span id="L113" class="LineNr">113 </span> <span class="subxS1Comment"># . syscall(exit, value)</span> +<span id="L113" class="LineNr">113 </span> <span class="subxS1Comment"># . syscall_exit(value)</span> <span id="L114" class="LineNr">114 </span> 8b/copy 1/mod/*+disp8 4/rm32/sib 4/base/esp 4/index/none <span class="Normal"> . </span> 3/r32/ebx 8/disp8 <span class="Normal"> . </span> <span class="subxComment"># copy *(esp+8) to ebx</span> <span id="L115" class="LineNr">115 </span> e8/call <a href='000init.subx.html#L18'>syscall_exit</a>/disp32 <span id="L116" class="LineNr">116 </span><span class="Constant">$stop:end2</span>: |