about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-01-16 11:16:34 -0800
committerKartik Agaram <vc@akkartik.com>2019-01-16 11:16:34 -0800
commit0c11cafe790332eb65e1076dac4cfa97f44a137e (patch)
tree2c6dd919c18cea505cb15aac6f79248aa8502e59 /subx/apps
parent71ee78f279ce7a3a3696be00e49bdefce75071f2 (diff)
downloadmu-0c11cafe790332eb65e1076dac4cfa97f44a137e.tar.gz
4934
Diffstat (limited to 'subx/apps')
-rw-r--r--subx/apps/crenshaw2-1.subx2
-rw-r--r--subx/apps/crenshaw2-1b.subx2
2 files changed, 2 insertions, 2 deletions
diff --git a/subx/apps/crenshaw2-1.subx b/subx/apps/crenshaw2-1.subx
index ab758b02..7c279955 100644
--- a/subx/apps/crenshaw2-1.subx
+++ b/subx/apps/crenshaw2-1.subx
@@ -553,7 +553,7 @@ $get-char:end:
     5d/pop-to-EBP
     c3/return
 
-is-digit?:  # c : int -> bool/EAX
+is-digit?:  # c : int -> EAX : boolean
     # . prolog
     55/push-EBP
     89/copy                         3/mod/direct    5/rm32/EBP    .           .             .           4/r32/ESP   .               .                 # copy ESP to EBP
diff --git a/subx/apps/crenshaw2-1b.subx b/subx/apps/crenshaw2-1b.subx
index bac458f0..0df86a68 100644
--- a/subx/apps/crenshaw2-1b.subx
+++ b/subx/apps/crenshaw2-1b.subx
@@ -750,7 +750,7 @@ get-char:  # f : (address buffered-file) -> <void>
     5d/pop-to-EBP
     c3/return
 
-is-digit?:  # c : int -> bool/EAX
+is-digit?:  # c : int -> EAX : boolean
     # . prolog
     55/push-EBP
     89/copy                         3/mod/direct    5/rm32/EBP    .           .             .           4/r32/ESP   .               .                 # copy ESP to EBP