about summary refs log tree commit diff stats
path: root/068error-byte.subx
diff options
context:
space:
mode:
Diffstat (limited to '068error-byte.subx')
-rw-r--r--068error-byte.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/068error-byte.subx b/068error-byte.subx
index 5490f890..b3e7e2a0 100644
--- a/068error-byte.subx
+++ b/068error-byte.subx
@@ -24,7 +24,7 @@
 #?     cd/syscall  0x80/imm8
 
 # write(out, "Error: "+msg+": "+byte) then stop(ed, 1)
-error-byte:  # ed : (address exit-descriptor), out : (address buffered-file), msg : (address array byte), n : byte
+error-byte:  # ed : (addr exit-descriptor), out : (addr buffered-file), msg : (addr array byte), n : byte
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp