about summary refs log tree commit diff stats
path: root/html/subx/apps/crenshaw2-1.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-04 10:18:02 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-04 10:19:18 -0800
commit9e03e2bd37dc440eeb62783378f11d718bab160f (patch)
tree8b6c7ebe2f709c174b7cefed2855b689ffe619ba /html/subx/apps/crenshaw2-1.subx.html
parentca0a598c877a66f03b2dd5301c5d1d6341c12e19 (diff)
downloadmu-9e03e2bd37dc440eeb62783378f11d718bab160f.tar.gz
4837
Let's standardize to use opcode 39 rather than 3b by default.
Diffstat (limited to 'html/subx/apps/crenshaw2-1.subx.html')
-rw-r--r--html/subx/apps/crenshaw2-1.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/subx/apps/crenshaw2-1.subx.html b/html/subx/apps/crenshaw2-1.subx.html
index 7ef9df58..3ebe75c1 100644
--- a/html/subx/apps/crenshaw2-1.subx.html
+++ b/html/subx/apps/crenshaw2-1.subx.html
@@ -326,7 +326,7 @@ if ('onhashchange' in window) {
 <span id="L260" class="LineNr">260 </span>    <span class="subxComment"># EDX = out-&gt;length</span>
 <span id="L261" class="LineNr">261 </span>    8b/copy                         1/mod/*+disp8   7/rm32/EDI   <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>          2/r32/EDX   8/disp8        <span class="CommentedCode"> . </span>                <span class="subxComment"># copy *(EDI+8) to EDX</span>
 <span id="L262" class="LineNr">262 </span>    <span class="subxComment"># if out-&gt;write &gt;= out-&gt;length error</span>
-<span id="L263" class="LineNr">263 </span>    3b/compare                      3/mod/direct    1/rm32/ECX   <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>          2/r32/EDX  <span class="CommentedCode"> . </span>             <span class="CommentedCode"> . </span>                <span class="subxComment"># compare EDX with ECX</span>
+<span id="L263" class="LineNr">263 </span>    39/compare                      3/mod/direct    2/rm32/EDX   <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>          1/r32/ECX  <span class="CommentedCode"> . </span>             <span class="CommentedCode"> . </span>                <span class="subxComment"># compare EDX with ECX</span>
 <span id="L264" class="LineNr">264 </span>    7d/jump-if-lesser  $get-num:stage2/disp8
 <span id="L265" class="LineNr">265 </span>    <span class="subxS1Comment"># . error(ed, err, msg)  # TODO: show full number</span>
 <span id="L266" class="LineNr">266 </span>    <span class="subxS2Comment"># . . push args</span>