diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-12-10 00:14:49 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-12-10 00:14:49 -0800 |
commit | dd08c9e69b59bd6a1f975887a9cf97122df4c1cf (patch) | |
tree | bc77604c71d8445629604a7ec082c7375fa324ec /html/subx | |
parent | f9ec61327a8bf57da6593f445a2712917772959d (diff) | |
download | mu-dd08c9e69b59bd6a1f975887a9cf97122df4c1cf.tar.gz |
4863
Diffstat (limited to 'html/subx')
-rw-r--r-- | html/subx/057stop.subx.html | 2 | ||||
-rw-r--r-- | html/subx/059read-byte.subx.html | 2 |
2 files changed, 2 insertions, 2 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 |