about summary refs log tree commit diff stats
path: root/html/subx/051test.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-06 09:41:40 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-06 09:41:40 -0800
commit81605224f085ec85ea11302c938a53cf2dd8a2bc (patch)
tree2c5840f43d01f69ae7acde462fd7bbbc971a4db3 /html/subx/051test.subx.html
parent33e7c3a75196fbf8bd8412eda797cfa170eb189d (diff)
downloadmu-81605224f085ec85ea11302c938a53cf2dd8a2bc.tar.gz
4847
Diffstat (limited to 'html/subx/051test.subx.html')
-rw-r--r--html/subx/051test.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/051test.subx.html b/html/subx/051test.subx.html
index 90b2b48c..fe5354d1 100644
--- a/html/subx/051test.subx.html
+++ b/html/subx/051test.subx.html
@@ -93,7 +93,7 @@ if ('onhashchange' in window) {
 <span id="L30" class="LineNr">30 </span>    51/push-ECX
 <span id="L31" class="LineNr">31 </span>    53/push-EBX
 <span id="L32" class="LineNr">32 </span>    <span class="subxComment"># load first 2 args into EAX and EBX</span>
-<span id="L33" class="LineNr">33 </span>    8b/copy                         1/mod/*+disp8   4/rm32/sib    5/base/EBP  4/index/none <span class="CommentedCode"> . </span>          0/r32/EAX   0x8/disp8      <span class="CommentedCode"> . </span>                <span class="subxComment"># copy *(EBP+8) to EAX</span>
+<span id="L33" class="LineNr">33 </span>    8b/copy                         1/mod/*+disp8   4/rm32/sib    5/base/EBP  4/index/none <span class="CommentedCode"> . </span>          0/r32/EAX   8/disp8        <span class="CommentedCode"> . </span>                <span class="subxComment"># copy *(EBP+8) to EAX</span>
 <span id="L34" class="LineNr">34 </span>    8b/copy                         1/mod/*+disp8   4/rm32/sib    5/base/EBP  4/index/none <span class="CommentedCode"> . </span>          3/r32/EBX   0xc/disp8      <span class="CommentedCode"> . </span>                <span class="subxComment"># copy *(EBP+12) to EBX</span>
 <span id="L35" class="LineNr">35 </span>    <span class="subxComment"># if EAX == EBX success</span>
 <span id="L36" class="LineNr">36 </span>    39/compare                      3/mod/direct    0/rm32/EAX   <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>          3/r32/EBX  <span class="CommentedCode"> . </span>             <span class="CommentedCode"> . </span>                <span class="subxComment"># compare EAX and EBX</span>