about summary refs log tree commit diff stats
path: root/subx/ex2.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-07 10:59:36 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-07 10:59:36 -0700
commitbbd9c1f9abf44c90117e0e25b629902f0fb06a73 (patch)
treef9bbaad9315af82a58e1e8984dda582d4f1e177d /subx/ex2.subx
parentebe2bda37b74bc73550a051895b1831f8c2441ca (diff)
downloadmu-bbd9c1f9abf44c90117e0e25b629902f0fb06a73.tar.gz
4322
Diffstat (limited to 'subx/ex2.subx')
-rw-r--r--subx/ex2.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/ex2.subx b/subx/ex2.subx
index 32ab1318..aed8dc8d 100644
--- a/subx/ex2.subx
+++ b/subx/ex2.subx
@@ -3,7 +3,7 @@
 # opcode        ModR/M                    SIB                   displacement    immediate
 # instruction   mod, reg, Reg/Mem bits    scale, index, base
 # 1-3 bytes     0/1 byte                  0/1 byte              0/1/2/4 bytes   0/1/2/4 bytes
-  bb                                                                            42/imm32      # copy 42 to EBX
+  bb                                                                            1/imm32       # copy 42 to EBX
   81            c3                                                              1/imm32       # add 1 to EBX
   # exit
   b8                                                                            1/imm32       # copy 1 to EAX