diff options
Diffstat (limited to 'html/apps/survey.subx.html')
-rw-r--r-- | html/apps/survey.subx.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/apps/survey.subx.html b/html/apps/survey.subx.html index 09b59be7..b83ec98d 100644 --- a/html/apps/survey.subx.html +++ b/html/apps/survey.subx.html @@ -142,7 +142,7 @@ if ('onhashchange' in window) { <span id="L79" class="LineNr"> 79 </span> 74/jump-if-equal $run-main/disp8 <span id="L80" class="LineNr"> 80 </span> <span class="subxComment"># run-tests()</span> <span id="L81" class="LineNr"> 81 </span> e8/call run-tests/disp32 -<span id="L82" class="LineNr"> 82 </span> <span class="subxComment"># return *Num-test-failures</span> +<span id="L82" class="LineNr"> 82 </span> <span class="subxComment"># syscall(exit, *Num-test-failures)</span> <span id="L83" class="LineNr"> 83 </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="L84" class="LineNr"> 84 </span> eb/jump $main:end/disp8 <span id="L85" class="LineNr"> 85 </span><span class="Constant">$run-main</span>: @@ -163,7 +163,7 @@ if ('onhashchange' in window) { <span id="L100" class="LineNr"> 100 </span><span class="CommentedCode">#? e8/call write-stream/disp32</span> <span id="L101" class="LineNr"> 101 </span><span class="CommentedCode">#? # . . discard args</span> <span id="L102" class="LineNr"> 102 </span><span class="CommentedCode">#? 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp</span> -<span id="L103" class="LineNr"> 103 </span> <span class="subxS1Comment"># . syscall(exit, 0)</span> +<span id="L103" class="LineNr"> 103 </span> <span class="subxComment"># syscall(exit, 0)</span> <span id="L104" class="LineNr"> 104 </span> bb/copy-to-ebx 0/imm32 <span id="L105" class="LineNr"> 105 </span><span class="Constant">$main:end</span>: <span id="L106" class="LineNr"> 106 </span> b8/copy-to-eax 1/imm32/exit |