diff options
-rw-r--r-- | html/subx/057stop.subx.html | 2 | ||||
-rw-r--r-- | html/subx/059read-byte.subx.html | 2 | ||||
-rw-r--r-- | subx/057stop.subx | 2 | ||||
-rw-r--r-- | subx/059read-byte.subx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/html/subx/057stop.subx.html b/html/subx/057stop.subx.html index c0c8a839..f4c9e361 100644 --- a/html/subx/057stop.subx.html +++ b/html/subx/057stop.subx.html @@ -104,7 +104,7 @@ if ('onhashchange' in window) { <span id="L39" class="LineNr"> 39 </span> <span id="L40" class="LineNr"> 40 </span><span class="subxComment"># main:</span> <span id="L41" class="LineNr"> 41 </span> e8/call run-tests/disp32 <span class="subxComment"># 'run-tests' is a function created automatically by SubX. It calls all functions that start with 'test-'.</span> -<span id="L42" class="LineNr"> 42 </span><span class="CommentedCode">#? e8/call test-stop-skips-returns-on-exit/disp32</span> +<span id="L42" class="LineNr"> 42 </span><span class="CommentedCode">#? e8/call test-stop-skips-returns-on-exit/disp32</span> <span id="L43" class="LineNr"> 43 </span> <span class="subxComment"># syscall(exit, Num-test-failures)</span> <span id="L44" class="LineNr"> 44 </span> 8b/copy 0/mod/indirect 5/rm32/.disp32 <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> 3/r32/EBX <span class="SpecialChar">Num-test-failures</span>/disp32 <span class="subxComment"># copy *Num-test-failures to EBX</span> <span id="L45" class="LineNr"> 45 </span> b8/copy-to-EAX 1/imm32 diff --git a/html/subx/059read-byte.subx.html b/html/subx/059read-byte.subx.html index e03c2b1d..6e2f5855 100644 --- a/html/subx/059read-byte.subx.html +++ b/html/subx/059read-byte.subx.html @@ -99,7 +99,7 @@ if ('onhashchange' in window) { <span id="L33" class="LineNr"> 33 </span> <span id="L34" class="LineNr"> 34 </span><span class="subxComment"># main:</span> <span id="L35" class="LineNr"> 35 </span> e8/call run-tests/disp32 <span class="subxComment"># 'run-tests' is a function created automatically by SubX. It calls all functions that start with 'test-'.</span> -<span id="L36" class="LineNr"> 36 </span><span class="CommentedCode">#? e8/call test-read-byte-multiple/disp32</span> +<span id="L36" class="LineNr"> 36 </span><span class="CommentedCode">#? e8/call test-read-byte-multiple/disp32</span> <span id="L37" class="LineNr"> 37 </span> <span class="subxComment"># syscall(exit, Num-test-failures)</span> <span id="L38" class="LineNr"> 38 </span> 8b/copy 0/mod/indirect 5/rm32/.disp32 <span class="CommentedCode"> . </span> <span class="CommentedCode"> . </span> 3/r32/EBX <span class="SpecialChar">Num-test-failures</span>/disp32 <span class="subxComment"># copy *Num-test-failures to EBX</span> <span id="L39" class="LineNr"> 39 </span> b8/copy-to-EAX 1/imm32 diff --git a/subx/057stop.subx b/subx/057stop.subx index 6e8e6c0b..ff4a52b4 100644 --- a/subx/057stop.subx +++ b/subx/057stop.subx @@ -39,7 +39,7 @@ # main: e8/call run-tests/disp32 # 'run-tests' is a function created automatically by SubX. It calls all functions that start with 'test-'. -#? e8/call test-stop-skips-returns-on-exit/disp32 +#? e8/call test-stop-skips-returns-on-exit/disp32 # syscall(exit, Num-test-failures) 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 3/r32/EBX Num-test-failures/disp32 # copy *Num-test-failures to EBX b8/copy-to-EAX 1/imm32 diff --git a/subx/059read-byte.subx b/subx/059read-byte.subx index 3c0d0a76..8307a167 100644 --- a/subx/059read-byte.subx +++ b/subx/059read-byte.subx @@ -33,7 +33,7 @@ Stdin: # main: e8/call run-tests/disp32 # 'run-tests' is a function created automatically by SubX. It calls all functions that start with 'test-'. -#? e8/call test-read-byte-multiple/disp32 +#? e8/call test-read-byte-multiple/disp32 # syscall(exit, Num-test-failures) 8b/copy 0/mod/indirect 5/rm32/.disp32 . . 3/r32/EBX Num-test-failures/disp32 # copy *Num-test-failures to EBX b8/copy-to-EAX 1/imm32 |