about summary refs log tree commit diff stats
path: root/html/subx/055trace.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-30 01:42:06 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-30 01:42:06 -0800
commitebd355215059d07c5830a5aeb165376b7cb757e1 (patch)
treedbcc52a96224033b9f4053007f03c9fea5c95ccb /html/subx/055trace.subx.html
parent395b3ffbebb4656fdc5096887bc1ca7df5180da3 (diff)
downloadmu-ebd355215059d07c5830a5aeb165376b7cb757e1.tar.gz
4895
Diffstat (limited to 'html/subx/055trace.subx.html')
-rw-r--r--html/subx/055trace.subx.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/subx/055trace.subx.html b/html/subx/055trace.subx.html
index 277f6065..7e71858c 100644
--- a/html/subx/055trace.subx.html
+++ b/html/subx/055trace.subx.html
@@ -108,7 +108,7 @@ if ('onhashchange' in window) {
 <span id="L46" class="LineNr"> 46 </span>    <span class="subxComment"># run-tests()</span>
 <span id="L47" class="LineNr"> 47 </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="L48" class="LineNr"> 48 </span>    <span class="subxComment"># syscall(exit, Num-test-failures)</span>
-<span id="L49" class="LineNr"> 49 </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#L87'>Num-test-failures</a></span>/disp32          <span class="subxComment"># copy *Num-test-failures to EBX</span>
+<span id="L49" class="LineNr"> 49 </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="L50" class="LineNr"> 50 </span>    b8/copy-to-EAX  1/imm32/exit
 <span id="L51" class="LineNr"> 51 </span>    cd/syscall  0x80/imm8
 <span id="L52" class="LineNr"> 52 </span>
@@ -171,7 +171,7 @@ if ('onhashchange' in window) {
 <span id="L109" class="LineNr">109 </span>    8b/copy                         0/mod/indirect  7/rm32/EDI   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          1/r32/ECX  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># copy *EDI to ECX</span>
 <span id="L110" class="LineNr">110 </span>    <span class="subxComment"># EAX = _append-3(&amp;t-&gt;data[t-&gt;write], &amp;t-&gt;data[t-&gt;length], line)</span>
 <span id="L111" class="LineNr">111 </span>    <span class="subxS2Comment"># . . push line</span>
-<span id="L112" class="LineNr">112 </span>    68/push  <span class="SpecialChar"><a href='051test.subx.html#L81'>Newline</a></span>/imm32
+<span id="L112" class="LineNr">112 </span>    68/push  <span class="SpecialChar"><a href='051test.subx.html#L83'>Newline</a></span>/imm32
 <span id="L113" class="LineNr">113 </span>    <span class="subxS2Comment"># . . push &amp;t-&gt;data[t-&gt;length]</span>
 <span id="L114" class="LineNr">114 </span>    8d/copy-address                 1/mod/*+disp8   4/rm32/sib    7/base/EDI  2/index/EDX  <span class="Normal"> . </span>          3/r32/EBX   0xc/disp8      <span class="Normal"> . </span>                <span class="subxComment"># copy EDI+EDX+12 to EBX</span>
 <span id="L115" class="LineNr">115 </span>    53/push-EBX