From fdf84d43d1b1e7f2adf246663af2e3daf9600786 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 10 Apr 2019 15:00:57 -0700 Subject: 5073 --- subx/060read.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subx') 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 -- cgit 1.4.1-2-gfad0