about summary refs log tree commit diff stats
path: root/baremetal/ex2.hex
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-27 21:16:36 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-27 21:16:36 -0800
commitca5ac5154e7a2fddb978ba14e83818498bdfb377 (patch)
treef189c7f4bdd543149635f482e9705cef075119d9 /baremetal/ex2.hex
parent2c2ba73f656b0e7f821915ba79d1d8e7c7bf4fd1 (diff)
downloadmu-ca5ac5154e7a2fddb978ba14e83818498bdfb377.tar.gz
7671
Make some room for a mouse handler.
Diffstat (limited to 'baremetal/ex2.hex')
-rw-r--r--baremetal/ex2.hex2
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/ex2.hex b/baremetal/ex2.hex
index 439a0e03..171505e9 100644
--- a/baremetal/ex2.hex
+++ b/baremetal/ex2.hex
@@ -18,7 +18,7 @@
 # ecx <- LFB
 8b  # copy *rm32 to r32
   0d  # 00/mod/indirect 001/r32/ecx 101/rm32/use-disp32
-  28 7f 00 00 # disp32 [label]
+  28 81 00 00 # disp32 [label]
 
 # eax <- LFB + 0xbffff (1024*768 - 1)
 8d  # copy-address rm32 to r32