about summary refs log tree commit diff stats
path: root/050_write.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-03 01:36:34 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-03 01:36:34 -0800
commit7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077 (patch)
tree405503a31b48f5c5e13f103efc5762e57b290625 /050_write.subx
parentc9bda4d13ea33873dd5bce1eef0434cb11763d19 (diff)
downloadmu-7e7a8a6eaeb4c22acb94aaca87a7b15c180ca077.tar.gz
5876 - address -> addr
Diffstat (limited to '050_write.subx')
-rw-r--r--050_write.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/050_write.subx b/050_write.subx
index f4b95c0d..9e848b0d 100644
--- a/050_write.subx
+++ b/050_write.subx
@@ -34,7 +34,7 @@ Entry:  # just exit; can't test _write just yet
 #   You can convert a ref or handle to an address, but not the other way around.
 #   You can convert addresses to ints, but not the other way around.
 
-_write:  # fd : int, s : (address array byte)
+_write:  # fd : int, s : (addr array byte)
     # . prologue
     55/push-ebp
     89/copy                         3/mod/direct    5/rm32/ebp    .           .             .           4/r32/esp   .               .                 # copy esp to ebp