about summary refs log tree commit diff stats
path: root/067parse-hex.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-02-17 15:26:49 -0800
committerKartik Agaram <vc@akkartik.com>2020-02-17 15:26:49 -0800
commit6323661c2c588c4fed280f55f20ca3bbc92edb27 (patch)
treee6735da9e44c1322c76c9db4b2950729d398e1db /067parse-hex.subx
parentcb9a1f0331bbb648982cfb551f5384b6c2df0e57 (diff)
downloadmu-6323661c2c588c4fed280f55f20ca3bbc92edb27.tar.gz
6014
Diffstat (limited to '067parse-hex.subx')
-rw-r--r--067parse-hex.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/067parse-hex.subx b/067parse-hex.subx
index c56cf253..5c8d4334 100644
--- a/067parse-hex.subx
+++ b/067parse-hex.subx
@@ -65,7 +65,7 @@ $is-hex-int?:loop:
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               4/imm32           # add to esp
     # if (eax == false) return false
-    3d/compare-eax-and  0/imm32
+    3d/compare-eax-and  0/imm32/false
     74/jump-if-=  $is-hex-int?:end/disp8
     # ++curr
     41/increment-ecx