about summary refs log tree commit diff stats
path: root/subx/ex1.2.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/ex1.2.subx')
-rw-r--r--subx/ex1.2.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/ex1.2.subx b/subx/ex1.2.subx
index 7f3346f9..21f6560f 100644
--- a/subx/ex1.2.subx
+++ b/subx/ex1.2.subx
@@ -8,7 +8,7 @@
 # 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 0x2a (42) to EBX
-  05                                                                            1/imm32       # copy 1 to EAX
+  b8                                                                            1/imm32       # copy 1 to EAX
   cd                                                                            128/imm8      # int 80h
 
 # vim:ft=subx