about summary refs log tree commit diff stats
path: root/subx/apps/hex.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-09 21:08:06 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-09 21:08:06 -0800
commitc91d67a29bdd5f6dbc012cfa9561bf6347996773 (patch)
tree457710d089ae08f235393523ad9737398e7f9827 /subx/apps/hex.subx
parent3fede2964e3d900db22098b6736b82d4bf22dc14 (diff)
downloadmu-c91d67a29bdd5f6dbc012cfa9561bf6347996773.tar.gz
4859
Diffstat (limited to 'subx/apps/hex.subx')
-rw-r--r--subx/apps/hex.subx16
1 files changed, 8 insertions, 8 deletions
diff --git a/subx/apps/hex.subx b/subx/apps/hex.subx
index 9f24e349..d615a33d 100644
--- a/subx/apps/hex.subx
+++ b/subx/apps/hex.subx
@@ -592,7 +592,7 @@ test-scan-next-byte:
     # . . call
     e8/call  scan-next-byte/disp32
     # registers except ESP may be clobbered at this point
-    # pop args to scan-next-bytes
+    # pop args to scan-next-byte
     # . . discard first 2 args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
     # . . restore ed
@@ -694,7 +694,7 @@ test-scan-next-byte-skips-whitespace:
     # . . call
     e8/call  scan-next-byte/disp32
     # registers except ESP may be clobbered at this point
-    # pop args to scan-next-bytes
+    # pop args to scan-next-byte
     # . . discard first 2 args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
     # . . restore ed
@@ -812,7 +812,7 @@ test-scan-next-byte-skips-comment:
     # . . call
     e8/call  scan-next-byte/disp32
     # registers except ESP may be clobbered at this point
-    # pop args to scan-next-bytes
+    # pop args to scan-next-byte
     # . . discard first 2 args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
     # . . restore ed
@@ -930,7 +930,7 @@ test-scan-next-byte-skips-comment-and-whitespace:
     # . . call
     e8/call  scan-next-byte/disp32
     # registers except ESP may be clobbered at this point
-    # pop args to scan-next-bytes
+    # pop args to scan-next-byte
     # . . discard first 2 args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
     # . . restore ed
@@ -1048,7 +1048,7 @@ test-scan-next-byte-skips-whitespace-and-comment:
     # . . call
     e8/call  scan-next-byte/disp32
     # registers except ESP may be clobbered at this point
-    # pop args to scan-next-bytes
+    # pop args to scan-next-byte
     # . . discard first 2 args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
     # . . restore ed
@@ -1150,7 +1150,7 @@ test-scan-next-byte-reads-final-byte:
     # . . call
     e8/call  scan-next-byte/disp32
     # registers except ESP may be clobbered at this point
-    # pop args to scan-next-bytes
+    # pop args to scan-next-byte
     # . . discard first 2 args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
     # . . restore ed
@@ -1244,7 +1244,7 @@ test-scan-next-byte-handles-eof:
     # . . call
     e8/call  scan-next-byte/disp32
     # registers except ESP may be clobbered at this point
-    # pop args to scan-next-bytes
+    # pop args to scan-next-byte
     # . . discard first 2 args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
     # . . restore ed
@@ -1346,7 +1346,7 @@ test-scan-next-byte-aborts-on-invalid-byte:
     # . . call
     e8/call  scan-next-byte/disp32
     # registers except ESP may be clobbered at this point
-    # pop args to scan-next-bytes
+    # pop args to scan-next-byte
     # . . discard first 2 args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
     # . . restore ed