From 2a2a5b1e43b6aa650a41ab1ec68d9778c14cb649 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 8 Dec 2019 13:56:46 -0800 Subject: 5804 Try to make the comments consistent with the type system we'll eventually have. --- 057write.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '057write.subx') diff --git a/057write.subx b/057write.subx index b1ec1688..db3cb5cc 100644 --- a/057write.subx +++ b/057write.subx @@ -21,7 +21,7 @@ # . 1-3 bytes 3 bits 2 bits 3 bits 3 bits 3 bits 2 bits 2 bits 0/1/2/4 bytes 0/1/2/4 bytes # TODO: come up with a way to signal when a write to disk fails -write: # f : fd or (address stream), s : (address array byte) +write: # f : fd or (address stream byte), s : (address array byte) # . prologue 55/push-ebp 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp @@ -145,7 +145,7 @@ test-write-appends: == data -_test-stream: +_test-stream: # (ref stream byte) # current write index 0/imm32 # current read index -- cgit 1.4.1-2-gfad0