diff options
Diffstat (limited to 'html/apps/tests.subx.html')
-rw-r--r-- | html/apps/tests.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/tests.subx.html b/html/apps/tests.subx.html index c1dc59f0..16270e28 100644 --- a/html/apps/tests.subx.html +++ b/html/apps/tests.subx.html @@ -108,7 +108,7 @@ if ('onhashchange' in window) { <span id="L48" class="LineNr"> 48 </span> 74/jump-if-equal $run-main/disp8 <span id="L49" class="LineNr"> 49 </span> <span class="subxComment"># run-tests()</span> <span id="L50" class="LineNr"> 50 </span> e8/call run-tests/disp32 -<span id="L51" class="LineNr"> 51 </span> <span class="subxComment"># return *Num-test-failures</span> +<span id="L51" class="LineNr"> 51 </span> <span class="subxComment"># syscall(exit, *Num-test-failures)</span> <span id="L52" class="LineNr"> 52 </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="L53" class="LineNr"> 53 </span> eb/jump $main:end/disp8 <span id="L54" class="LineNr"> 54 </span><span class="Constant">$run-main</span>: @@ -121,7 +121,7 @@ if ('onhashchange' in window) { <span id="L61" class="LineNr"> 61 </span> e8/call <a href='tests.subx.html#L70'>convert</a>/disp32 <span id="L62" class="LineNr"> 62 </span> <span class="subxS2Comment"># . . discard args</span> <span id="L63" class="LineNr"> 63 </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="L64" class="LineNr"> 64 </span> <span class="subxS1Comment"># . syscall(exit, 0)</span> +<span id="L64" class="LineNr"> 64 </span> <span class="subxComment"># syscall(exit, 0)</span> <span id="L65" class="LineNr"> 65 </span> bb/copy-to-ebx 0/imm32 <span id="L66" class="LineNr"> 66 </span><span class="Constant">$main:end</span>: <span id="L67" class="LineNr"> 67 </span> b8/copy-to-eax 1/imm32/exit |