about summary refs log tree commit diff stats
path: root/subx/apps/hex.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/apps/hex.subx')
-rw-r--r--subx/apps/hex.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/hex.subx b/subx/apps/hex.subx
index 138b63c0..a52ff219 100644
--- a/subx/apps/hex.subx
+++ b/subx/apps/hex.subx
@@ -39,7 +39,7 @@ Entry:  # run tests if necessary, convert stdin if not
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
     # . check result
-    3d/compare-EAX  1/imm32
+    3d/compare-EAX-and  1/imm32
     75/jump-if-not-equal  $run-main/disp8
     # . run-tests()
     e8/call  run-tests/disp32