about summary refs log tree commit diff stats
path: root/120allocate.subx
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 /120allocate.subx
parent5efca3695a1f4261020c793c8474f5d62af0b010 (diff)
downloadmu-ae1089cb765359dd1806bd0748f2c3c6afb93a51.tar.gz
7483
Diffstat (limited to '120allocate.subx')
-rw-r--r--120allocate.subx2
1 files changed, 1 insertions, 1 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