about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-09 08:46:37 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-09 08:46:37 -0800
commitae1089cb765359dd1806bd0748f2c3c6afb93a51 (patch)
treef9efb488d93e5dad1fde8ecb50527ac766f87d6d
parent5efca3695a1f4261020c793c8474f5d62af0b010 (diff)
downloadmu-ae1089cb765359dd1806bd0748f2c3c6afb93a51.tar.gz
7483
-rw-r--r--120allocate.subx2
-rw-r--r--203stack.subx2
-rw-r--r--html/120allocate.subx.html2
-rw-r--r--html/203stack.subx.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/120allocate.subx b/120allocate.subx
index 3f3ef1a1..ac6f87c5 100644
--- a/120allocate.subx
+++ b/120allocate.subx
@@ -903,7 +903,7 @@ $zero-out:loop:
     39/compare                      3/mod/direct    1/rm32/ecx    .           .             .           2/r32/edx   .               .                 # compare ecx with edx
     7d/jump-if->=  $zero-out:end/disp8
     # *curr = 0
-    c6          0/subop/copy        0/mod/direct    6/rm32/esi    .           .             .           .           .               0/imm8            # copy byte to *esi
+    c6          0/subop/copy-byte   0/mod/direct    6/rm32/esi    .           .             .           .           .               0/imm8            # copy byte to *esi
     # ++curr
     46/increment-esi
     # ++i
diff --git a/203stack.subx b/203stack.subx
index 0ab80b99..965f7301 100644
--- a/203stack.subx
+++ b/203stack.subx
@@ -31,7 +31,7 @@ $clear-stack:loop:
     39/compare                      3/mod/direct    0/rm32/eax    .           .             .           1/r32/ecx   .               .                 # compare eax with ecx
     73/jump-if-addr>=  $clear-stack:end/disp8
     # *curr = 0
-    c6          0/subop/copy        0/mod/direct    0/rm32/eax    .           .             .           .           .               0/imm8            # copy byte to *eax
+    c6          0/subop/copy-byte   0/mod/direct    0/rm32/eax    .           .             .           .           .               0/imm8            # copy byte to *eax
     # ++curr
     40/increment-eax
     eb/jump $clear-stack:loop/disp8
diff --git a/html/120allocate.subx.html b/html/120allocate.subx.html
index 537832c5..1201b452 100644
--- a/html/120allocate.subx.html
+++ b/html/120allocate.subx.html
@@ -964,7 +964,7 @@ if ('onhashchange' in window) {
 <span id="L903" class="LineNr">903 </span>    39/compare                      3/mod/direct    1/rm32/ecx   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>          2/r32/edx  <span class="Normal"> . </span>             <span class="Normal"> . </span>                <span class="subxComment"># compare ecx with edx</span>
 <span id="L904" class="LineNr">904 </span>    7d/jump-if-&gt;=  $zero-out:end/disp8
 <span id="L905" class="LineNr">905 </span>    <span class="subxComment"># *curr = 0</span>
-<span id="L906" class="LineNr">906 </span>    c6          0/subop/copy        0/mod/direct    6/rm32/esi   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              0/imm8            <span class="subxComment"># copy byte to *esi</span>
+<span id="L906" class="LineNr">906 </span>    c6          0/subop/copy-byte   0/mod/direct    6/rm32/esi   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              0/imm8            <span class="subxComment"># copy byte to *esi</span>
 <span id="L907" class="LineNr">907 </span>    <span class="subxComment"># ++curr</span>
 <span id="L908" class="LineNr">908 </span>    46/increment-esi
 <span id="L909" class="LineNr">909 </span>    <span class="subxComment"># ++i</span>
diff --git a/html/203stack.subx.html b/html/203stack.subx.html
index 3419f607..57d94e11 100644
--- a/html/203stack.subx.html
+++ b/html/203stack.subx.html
@@ -91,7 +91,7 @@ if ('onhashchange' in window) {
 <span id="L31" class="LineNr"> 31 </span>    39/compare                      3/mod/direct    0/rm32/eax   <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"># compare eax with ecx</span>
 <span id="L32" class="LineNr"> 32 </span>    73/jump-if-addr&gt;=  $clear-stack:end/disp8
 <span id="L33" class="LineNr"> 33 </span>    <span class="subxComment"># *curr = 0</span>
-<span id="L34" class="LineNr"> 34 </span>    c6          0/subop/copy        0/mod/direct    0/rm32/eax   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              0/imm8            <span class="subxComment"># copy byte to *eax</span>
+<span id="L34" class="LineNr"> 34 </span>    c6          0/subop/copy-byte   0/mod/direct    0/rm32/eax   <span class="Normal"> . </span>         <span class="Normal"> . </span>           <span class="Normal"> . </span>         <span class="Normal"> . </span>         <span class="Normal"> . </span>              0/imm8            <span class="subxComment"># copy byte to *eax</span>
 <span id="L35" class="LineNr"> 35 </span>    <span class="subxComment"># ++curr</span>
 <span id="L36" class="LineNr"> 36 </span>    40/increment-eax
 <span id="L37" class="LineNr"> 37 </span>    eb/jump $clear-stack:<span class="Constant">loop</span>/disp8