diff options
Diffstat (limited to '061read-byte.subx')
-rw-r--r-- | 061read-byte.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/061read-byte.subx b/061read-byte.subx index a2872d17..178fe273 100644 --- a/061read-byte.subx +++ b/061read-byte.subx @@ -35,7 +35,7 @@ $Stdin->buffer: # return next byte value in eax, with top 3 bytes cleared. # On reaching end of file, return 0xffffffff (Eof). -read-byte-buffered: # f : (addr buffered-file) -> byte-or-Eof/eax +read-byte-buffered: # f: (addr buffered-file) -> byte-or-Eof/eax # . prologue 55/push-ebp 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp |