diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-01 23:57:29 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-01 23:57:29 -0700 |
commit | 604c8315bd7251daa898dd646cb8595f3700ed21 (patch) | |
tree | cb8709650e2a4b5889de02cfd684d022cb10310e /html/apps/crenshaw2-1b.subx.html | |
parent | 7a81a4505cb98e4e07e2201f3846c5a81a7785ec (diff) | |
download | mu-604c8315bd7251daa898dd646cb8595f3700ed21.tar.gz |
5607
Diffstat (limited to 'html/apps/crenshaw2-1b.subx.html')
-rw-r--r-- | html/apps/crenshaw2-1b.subx.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/apps/crenshaw2-1b.subx.html b/html/apps/crenshaw2-1b.subx.html index 7088439a..4918134a 100644 --- a/html/apps/crenshaw2-1b.subx.html +++ b/html/apps/crenshaw2-1b.subx.html @@ -123,7 +123,7 @@ if ('onhashchange' in window) { <span id="L62" class="LineNr"> 62 </span> 74/jump-if-equal $run-main/disp8 <span id="L63" class="LineNr"> 63 </span> <span class="subxComment"># run-tests()</span> <span id="L64" class="LineNr"> 64 </span> e8/call run-tests/disp32 -<span id="L65" class="LineNr"> 65 </span> <span class="subxComment"># return *Num-test-failures</span> +<span id="L65" class="LineNr"> 65 </span> <span class="subxComment"># syscall(exit, *Num-test-failures)</span> <span id="L66" class="LineNr"> 66 </span> 8b/copy 0/mod/indirect 5/rm32/.disp32 <span class="Normal"> . </span> <span class="Normal"> . </span> 3/r32/ebx <span class="SpecialChar"><a href='../051test.subx.html#L90'>Num-test-failures</a></span>/disp32 <span class="subxComment"># copy *Num-test-failures to ebx</span> <span id="L67" class="LineNr"> 67 </span> eb/jump $main:end/disp8 <span id="L68" class="LineNr"> 68 </span><span class="Constant">$run-main</span>: @@ -134,7 +134,7 @@ if ('onhashchange' in window) { <span id="L73" class="LineNr"> 73 </span> <span class="subxComment"># configure ed to really exit()</span> <span id="L74" class="LineNr"> 74 </span> <span class="subxS1Comment"># . ed->target = 0</span> <span id="L75" class="LineNr"> 75 </span> c7 0/subop/copy 0/mod/direct 0/rm32/eax <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> <span class="Normal"> . </span> 0/imm32 <span class="subxComment"># copy to *eax</span> -<span id="L76" class="LineNr"> 76 </span> <span class="subxComment"># return compile(Stdin, 1/stdout, 2/stderr, ed)</span> +<span id="L76" class="LineNr"> 76 </span> <span class="subxComment"># compile(Stdin, 1/stdout, 2/stderr, ed)</span> <span id="L77" class="LineNr"> 77 </span> <span class="subxS2Comment"># . . push args</span> <span id="L78" class="LineNr"> 78 </span> 50/push-eax/ed <span id="L79" class="LineNr"> 79 </span> 68/push 2/imm32/stderr @@ -144,7 +144,7 @@ if ('onhashchange' in window) { <span id="L83" class="LineNr"> 83 </span> e8/call <a href='crenshaw2-1b.subx.html#L93'>compile</a>/disp32 <span id="L84" class="LineNr"> 84 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L85" class="LineNr"> 85 </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> 0x10/imm32 <span class="subxComment"># add to esp</span> -<span id="L86" class="LineNr"> 86 </span> <span class="subxS1Comment"># . syscall(exit, 0)</span> +<span id="L86" class="LineNr"> 86 </span> <span class="subxComment"># syscall(exit, 0)</span> <span id="L87" class="LineNr"> 87 </span> bb/copy-to-ebx 0/imm32 <span id="L88" class="LineNr"> 88 </span><span class="Constant">$main:end</span>: <span id="L89" class="LineNr"> 89 </span> b8/copy-to-eax 1/imm32/exit |