about summary refs log tree commit diff stats
path: root/subx/062write-byte.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-05 22:34:59 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-05 22:34:59 -0800
commit27ef047ae54d26283fad0593d5a8ff8f8a213901 (patch)
tree26b8e44197026273a3028965f7008c83eba735d7 /subx/062write-byte.subx
parent79328f9ad6f3118fd86c1f99f672d2807917d848 (diff)
downloadmu-27ef047ae54d26283fad0593d5a8ff8f8a213901.tar.gz
4842
Diffstat (limited to 'subx/062write-byte.subx')
-rw-r--r--subx/062write-byte.subx3
1 files changed, 1 insertions, 2 deletions
diff --git a/subx/062write-byte.subx b/subx/062write-byte.subx
index bfb8bcc3..e4c71681 100644
--- a/subx/062write-byte.subx
+++ b/subx/062write-byte.subx
@@ -7,7 +7,6 @@
 == data
 
 # The buffered file for standard output.
-
 Stdout:
     # file descriptor or (address stream)
     01 00 00 00  # 1 = standard output
@@ -21,7 +20,7 @@ Stdout:
     00 00 00 00 00 00 00 00  # 8 bytes
 
 # TODO: 8 bytes is too small. We'll need to grow the buffer for efficiency. But
-# I don't want to type 1024 bytes here.
+# I don't want to type in 1024 bytes here.
 
 == code
 #   instruction                     effective address                                                   register    displacement    immediate