diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-12-28 00:02:29 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-12-28 00:02:29 -0800 |
commit | 03a1de45367ad0c52e6da03fcf56bfbee60a0ed3 (patch) | |
tree | 02180e96fbdf2b3b822083a334c7b49ce8d39a01 /html/apps/handle.subx.html | |
parent | 2b665cc552a4d98337bfdf87c17390b9dcb9ba9e (diff) | |
download | mu-03a1de45367ad0c52e6da03fcf56bfbee60a0ed3.tar.gz |
5835
Diffstat (limited to 'html/apps/handle.subx.html')
-rw-r--r-- | html/apps/handle.subx.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/handle.subx.html b/html/apps/handle.subx.html index 19127a5e..e4f90531 100644 --- a/html/apps/handle.subx.html +++ b/html/apps/handle.subx.html @@ -332,7 +332,7 @@ if ('onhashchange' in window) { <span id="L269" class="LineNr">269 </span> 68/push <span class="Constant">"lookup failed\n"</span>/imm32 <span id="L270" class="LineNr">270 </span> 68/push 2/imm32/stderr <span id="L271" class="LineNr">271 </span> <span class="subxS2Comment"># . . call</span> -<span id="L272" class="LineNr">272 </span> e8/call <a href='../050_write.subx.html#L34'>_write</a>/disp32 +<span id="L272" class="LineNr">272 </span> e8/call <a href='../050_write.subx.html#L37'>_write</a>/disp32 <span id="L273" class="LineNr">273 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L274" class="LineNr">274 </span> 81 0/subop/add 3/mod/direct 4/rm32/esp <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 8/imm32 <span class="subxComment"># add to esp</span> <span id="L275" class="LineNr">275 </span> <span class="subxS1Comment"># . syscall(exit, 1)</span> |