about summary refs log tree commit diff stats
path: root/subx/059read-byte.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/059read-byte.subx')
-rw-r--r--subx/059read-byte.subx6
1 files changed, 3 insertions, 3 deletions
diff --git a/subx/059read-byte.subx b/subx/059read-byte.subx
index b00d482c..7dd9658e 100644
--- a/subx/059read-byte.subx
+++ b/subx/059read-byte.subx
@@ -132,7 +132,7 @@ test-read-byte-single:
     e8/call  read-byte/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32           # add to ESP
-    # check-ints-equal(EAX, 'A')
+    # check-ints-equal(EAX, 'A', msg)
     # . . push args
     68/push  "F - test-read-byte-single"/imm32
     68/push  0x41/imm32
@@ -185,7 +185,7 @@ test-read-byte-multiple:
     e8/call  read-byte/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32           # add to ESP
-    # check-ints-equal(EAX, 'b')
+    # check-ints-equal(EAX, 'b', msg)
     # . . push args
     68/push  "F - test-read-byte-multiple"/imm32
     68/push  0x62/imm32
@@ -223,7 +223,7 @@ test-read-byte-end-of-file:
     e8/call  read-byte/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               4/imm32           # add to ESP
-    # check-ints-equal(EAX, -1)
+    # check-ints-equal(EAX, -1, msg)
     # . . push args
     68/push  "F - test-read-byte-end-of-file"/imm32
     68/push  -1/imm32