about summary refs log tree commit diff stats
path: root/subx/063hex.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/063hex.subx')
-rw-r--r--subx/063hex.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/063hex.subx b/subx/063hex.subx
index 6c36c74b..7d753f92 100644
--- a/subx/063hex.subx
+++ b/subx/063hex.subx
@@ -13,7 +13,7 @@
     b8/copy-to-EAX  1/imm32/exit
     cd/syscall  0x80/imm8
 
-is-hex-int?:  # in : (address slice) -> bool/EAX
+is-hex-int?:  # in : (address slice) -> EAX : boolean
     # . prolog
     55/push-EBP
     89/copy                         3/mod/direct    5/rm32/EBP    .           .             .           4/r32/ESP   .               .                 # copy ESP to EBP
@@ -511,7 +511,7 @@ test-parse-hex-int-negative:
     5d/pop-to-EBP
     c3/return
 
-is-hex-digit?:  # c : byte -> bool/EAX
+is-hex-digit?:  # c : byte -> EAX : boolean
     # . prolog
     55/push-EBP
     89/copy                         3/mod/direct    5/rm32/EBP    .           .             .           4/r32/ESP   .               .                 # copy ESP to EBP