From 7bc0f8c1d0a04c082a7295339ceedb0090959ac5 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 11 Feb 2019 23:01:20 -0800 Subject: 4957 --- html/subx/060read.subx.html | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'html/subx/060read.subx.html') diff --git a/html/subx/060read.subx.html b/html/subx/060read.subx.html index 2b216667..003f78b8 100644 --- a/html/subx/060read.subx.html +++ b/html/subx/060read.subx.html @@ -250,9 +250,9 @@ if ('onhashchange' in window) { 188 e8/call clear-stream/disp32 189 # . . discard args 190 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 4/imm32 # add to ESP -191 # clear-stream(_test-stream-buffer) +191 # clear-stream(_test-tmp-stream) 192 # . . push args -193 68/push _test-stream-buffer/imm32 +193 68/push _test-tmp-stream/imm32 194 # . . call 195 e8/call clear-stream/disp32 196 # . . discard args @@ -265,9 +265,9 @@ if ('onhashchange' in window) { 203 e8/call write/disp32 204 # . . discard args 205 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP -206 # read(_test-stream, _test-stream-buffer) +206 # read(_test-stream, _test-tmp-stream) 207 # . . push args -208 68/push _test-stream-buffer/imm32 +208 68/push _test-tmp-stream/imm32 209 68/push _test-stream/imm32 210 # . . call 211 e8/call read/disp32 @@ -282,11 +282,11 @@ if ('onhashchange' in window) { 220 e8/call check-ints-equal/disp32 221 # . . discard args 222 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP -223 # check-stream-equal(_test-stream-buffer, "Ab", msg) +223 # check-stream-equal(_test-tmp-stream, "Ab", msg) 224 # . . push args 225 68/push "F - test-read-single"/imm32 226 68/push "Ab"/imm32 -227 68/push _test-stream-buffer/imm32 +227 68/push _test-tmp-stream/imm32 228 # . . call 229 e8/call check-stream-equal/disp32 230 # . . discard args @@ -303,9 +303,9 @@ if ('onhashchange' in window) { 241 e8/call clear-stream/disp32 242 # . . discard args 243 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 4/imm32 # add to ESP -244 # clear-stream(_test-stream-buffer) +244 # clear-stream(_test-tmp-stream) 245 # . . push args -246 68/push _test-stream-buffer/imm32 +246 68/push _test-tmp-stream/imm32 247 # . . call 248 e8/call clear-stream/disp32 249 # . . discard args @@ -318,9 +318,9 @@ if ('onhashchange' in window) { 256 e8/call write/disp32 257 # . . discard args 258 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP -259 # read(_test-stream, _test-stream-buffer) +259 # read(_test-stream, _test-tmp-stream) 260 # . . push args -261 68/push _test-stream-buffer/imm32 +261 68/push _test-tmp-stream/imm32 262 68/push _test-stream/imm32 263 # . . call 264 e8/call read/disp32 @@ -334,19 +334,19 @@ if ('onhashchange' in window) { 272 e8/call write/disp32 273 # . . discard args 274 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP -275 # read(_test-stream, _test-stream-buffer) +275 # read(_test-stream, _test-tmp-stream) 276 # . . push args -277 68/push _test-stream-buffer/imm32 +277 68/push _test-tmp-stream/imm32 278 68/push _test-stream/imm32 279 # . . call 280 e8/call read/disp32 281 # . . discard args 282 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP -283 # check-stream-equal(_test-stream-buffer, "CD", msg) +283 # check-stream-equal(_test-tmp-stream, "CD", msg) 284 # . . push args 285 68/push "F - test-read-is-stateful"/imm32 286 68/push "CD"/imm32 -287 68/push _test-stream-buffer/imm32 +287 68/push _test-tmp-stream/imm32 288 # . . call 289 e8/call check-stream-equal/disp32 290 # . . discard args @@ -364,9 +364,9 @@ if ('onhashchange' in window) { 302 e8/call clear-stream/disp32 303 # . . discard args 304 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 4/imm32 # add to ESP -305 # . clear-stream(_test-stream-buffer) +305 # . clear-stream(_test-tmp-stream) 306 # . . push args -307 68/push _test-stream-buffer/imm32 +307 68/push _test-tmp-stream/imm32 308 # . . call 309 e8/call clear-stream/disp32 310 # . . discard args @@ -380,18 +380,18 @@ if ('onhashchange' in window) { 318 # . . discard args 319 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP 320 # first read gets to end-of-file -321 # . read(_test-stream, _test-stream-buffer) +321 # . read(_test-stream, _test-tmp-stream) 322 # . . push args -323 68/push _test-stream-buffer/imm32 +323 68/push _test-tmp-stream/imm32 324 68/push _test-stream/imm32 325 # . . call 326 e8/call read/disp32 327 # . . discard args 328 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP 329 # second read -330 # . read(_test-stream, _test-stream-buffer) +330 # . read(_test-stream, _test-tmp-stream) 331 # . . push args -332 68/push _test-stream-buffer/imm32 +332 68/push _test-tmp-stream/imm32 333 68/push _test-stream/imm32 334 # . . call 335 e8/call read/disp32 @@ -411,7 +411,7 @@ if ('onhashchange' in window) { 349 350 == data 351 -352 _test-stream-buffer: +352 _test-tmp-stream: 353 # current write index 354 00 00 00 00 355 # current read index -- cgit 1.4.1-2-gfad0