From 901ae474300d70bcc00e7e0b420ca87c8cbf6f55 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 30 Dec 2018 20:24:37 -0800 Subject: 4899 Bug in my linkify tool introduced in commit 4891. --- html/subx/059read-byte.subx.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'html/subx/059read-byte.subx.html') diff --git a/html/subx/059read-byte.subx.html b/html/subx/059read-byte.subx.html index 5103e9e6..7eb39292 100644 --- a/html/subx/059read-byte.subx.html +++ b/html/subx/059read-byte.subx.html @@ -74,7 +74,7 @@ if ('onhashchange' in window) { 11 12 # The buffered file for standard input. Also illustrates the layout for 13 # buffered-file. - 14 Stdin: + 14 Stdin: 15 # file descriptor or (address stream) 16 00 00 00 00 # 0 = standard input 17 # current write index @@ -105,7 +105,7 @@ if ('onhashchange' in window) { 42 43 # return next byte value in EAX, with top 3 bytes cleared. 44 # On EOF, return 0xffffffff. - 45 read-byte: # f : (address buffered-file) -> byte-or-eof/EAX + 45 read-byte: # f : (address buffered-file) -> byte-or-eof/EAX 46 # . prolog 47 55/push-EBP 48 89/copy 3/mod/direct 5/rm32/EBP . . . 4/r32/ESP . . # copy ESP to EBP @@ -160,7 +160,7 @@ if ('onhashchange' in window) { 97 98 # - tests 99 -100 test-read-byte-single: +100 test-read-byte-single: 101 # - check that read-byte returns first byte of 'file' 102 # setup 103 # . clear-stream(_test-stream) @@ -206,7 +206,7 @@ if ('onhashchange' in window) { 143 # . end 144 c3/return 145 -146 test-read-byte-multiple: +146 test-read-byte-multiple: 147 # - call read-byte twice, check that second call returns second byte 148 # setup 149 # . clear-stream(_test-stream) @@ -259,7 +259,7 @@ if ('onhashchange' in window) { 196 # . end 197 c3/return 198 -199 test-read-byte-end-of-file: +199 test-read-byte-end-of-file: 200 # - call read-byte on an empty 'file', check that it returns 0xffffffff 201 # setup 202 # . clear-stream(_test-stream) @@ -297,7 +297,7 @@ if ('onhashchange' in window) { 234 # . end 235 c3/return 236 -237 test-read-byte-refills-buffer: +237 test-read-byte-refills-buffer: 238 # - consume buffered-file's buffer, check that next read-byte still works 239 # setup 240 # . clear-stream(_test-stream) @@ -350,7 +350,7 @@ if ('onhashchange' in window) { 287 == data 288 289 # a test buffered file for _test-stream -290 _test-buffered-file: +290 _test-buffered-file: 291 # file descriptor or (address stream) 292 _test-stream/imm32 293 # current write index -- cgit 1.4.1-2-gfad0