about summary refs log tree commit diff stats
path: root/126write-int-decimal.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-20 13:42:13 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-20 13:42:13 -0700
commit022595a20a66d09a1e1a9e0c0a7d9eb07b4e863f (patch)
treee537c1abc68b75add44a68a3afcb5a1ebcf74ba0 /126write-int-decimal.subx
parenta1ae40403df306a6bfd026493303ff2aac84d48b (diff)
downloadmu-022595a20a66d09a1e1a9e0c0a7d9eb07b4e863f.tar.gz
6821 - highlight words clobbered by the next word
Another suggestion from the Future of Software forum.
Diffstat (limited to '126write-int-decimal.subx')
-rw-r--r--126write-int-decimal.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/126write-int-decimal.subx b/126write-int-decimal.subx
index f85d1e5c..678d8eec 100644
--- a/126write-int-decimal.subx
+++ b/126write-int-decimal.subx
@@ -303,7 +303,7 @@ test-write-int32-decimal-negative-multiple-digits:
     # . end
     c3/return
 
-is-decimal-digit?:  # c: byte -> result/eax: boolean
+is-decimal-digit?:  # c: grapheme -> result/eax: boolean
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp
@@ -402,7 +402,7 @@ test-is-decimal-digit-above-9:
     81          0/subop/add         3/mod/direct    4/rm32/esp    .           .             .           .           .               0xc/imm32         # add to esp
     c3/return
 
-to-decimal-digit:  # in: byte -> out/eax: int
+to-decimal-digit:  # in: grapheme -> out/eax: int
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp