about summary refs log tree commit diff stats
path: root/baremetal/ex3.hex
diff options
context:
space:
mode:
Diffstat (limited to 'baremetal/ex3.hex')
-rw-r--r--baremetal/ex3.hex2
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/ex3.hex b/baremetal/ex3.hex
index 694de37d..d3639948 100644
--- a/baremetal/ex3.hex
+++ b/baremetal/ex3.hex
@@ -16,7 +16,7 @@
 # eax <- LFB
 8b  # copy *rm32 to r32
   05  # 00/mod/indirect 000/r32/eax 101/rm32/use-disp32
-  28 7f 00 00 # disp32 [label]
+  28 81 00 00 # disp32 [label]
 
 # var read index/ecx: byte = 0
 31 c9  # ecx <- xor ecx;  11/direct 001/r32/ecx 001/rm32/ecx