about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-10 15:00:57 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-10 15:01:01 -0700
commitfdf84d43d1b1e7f2adf246663af2e3daf9600786 (patch)
tree5ad2693aecdb98ceb7b0b3b44fe9f84fbd4d76c3
parent1e837020c9a484972aeb415cd843bc75d4ae0063 (diff)
downloadmu-fdf84d43d1b1e7f2adf246663af2e3daf9600786.tar.gz
5073
-rw-r--r--subx/060read.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/060read.subx b/subx/060read.subx
index 9f5f7486..dcce5dda 100644
--- a/subx/060read.subx
+++ b/subx/060read.subx
@@ -173,7 +173,7 @@ $_read:end:
 # - tests
 
 test-read-single:
-    # - write a single character into _test-stream, then read from its buffered-file
+    # - write a single character into _test-stream, then read from it
     # clear-stream(_test-stream)
     # . . push args
     68/push  _test-stream/imm32
@@ -196,7 +196,7 @@ test-read-single:
     e8/call  write/disp32
     # . . discard args
     81          0/subop/add         3/mod/direct    4/rm32/ESP    .           .             .           .           .               8/imm32           # add to ESP
-    # read(_test-stream, _test-tmp-stream)
+    # EAX = read(_test-stream, _test-tmp-stream)
     # . . push args
     68/push  _test-tmp-stream/imm32
     68/push  _test-stream/imm32