From 3dad94263f9b5bcbed576d27f61714100fbfae18 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 9 Feb 2020 20:49:38 -0800 Subject: 6001 --- html/064write-byte.subx.html | 114 +++++++++++++++++++++++++++---------------- 1 file changed, 73 insertions(+), 41 deletions(-) (limited to 'html/064write-byte.subx.html') diff --git a/html/064write-byte.subx.html b/html/064write-byte.subx.html index e58556f9..06ba099c 100644 --- a/html/064write-byte.subx.html +++ b/html/064write-byte.subx.html @@ -351,8 +351,8 @@ if ('onhashchange' in window) { 289 # current read index 290 0/imm32 291 # length -292 0x200/imm32 # 512 bytes -293 # data (32 lines x 16 bytes/line) +292 0x400/imm32 # 1024 bytes +293 # data (64 lines x 16 bytes/line) 294 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 295 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 296 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 @@ -385,29 +385,29 @@ if ('onhashchange' in window) { 323 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 324 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 325 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -326 -327 # a test buffered file for _test-output-stream -328 _test-output-buffered-file: # buffered-file -329 # file descriptor or (addr stream byte) -330 _test-output-stream/imm32 -331 $_test-output-buffered-file->buffer: -332 # current write index -333 0/imm32 -334 # current read index -335 0/imm32 -336 # length -337 6/imm32 -338 # data -339 00 00 00 00 00 00 # 6 bytes -340 -341 _test-error-stream: # (stream byte) -342 # current write index -343 0/imm32 -344 # current read index -345 0/imm32 -346 # line -347 0x80/imm32 # 128 bytes -348 # data (8 lines x 16 bytes/line) +326 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +327 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +328 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +329 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +330 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +331 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +332 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +333 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +334 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +335 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +336 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +337 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +338 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +339 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +340 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +341 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +342 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +343 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +344 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +345 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +346 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +347 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +348 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 349 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 350 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 351 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 @@ -416,22 +416,54 @@ if ('onhashchange' in window) { 354 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 355 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 356 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -357 -358 # a test buffered file for _test-error-stream -359 _test-error-buffered-file: # buffered-file -360 # file descriptor or (addr stream byte) -361 _test-error-stream/imm32 -362 $_test-error-buffered-file->buffer: -363 # current write index -364 0/imm32 -365 # current read index -366 0/imm32 -367 # length -368 6/imm32 -369 # data -370 00 00 00 00 00 00 # 6 bytes -371 -372 # . . vim:nowrap:textwidth=0 +357 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +358 +359 # a test buffered file for _test-output-stream +360 _test-output-buffered-file: # buffered-file +361 # file descriptor or (addr stream byte) +362 _test-output-stream/imm32 +363 $_test-output-buffered-file->buffer: +364 # current write index +365 0/imm32 +366 # current read index +367 0/imm32 +368 # length +369 6/imm32 +370 # data +371 00 00 00 00 00 00 # 6 bytes +372 +373 _test-error-stream: # (stream byte) +374 # current write index +375 0/imm32 +376 # current read index +377 0/imm32 +378 # line +379 0x80/imm32 # 128 bytes +380 # data (8 lines x 16 bytes/line) +381 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +382 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +383 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +384 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +385 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +386 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +387 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +388 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 +389 +390 # a test buffered file for _test-error-stream +391 _test-error-buffered-file: # buffered-file +392 # file descriptor or (addr stream byte) +393 _test-error-stream/imm32 +394 $_test-error-buffered-file->buffer: +395 # current write index +396 0/imm32 +397 # current read index +398 0/imm32 +399 # length +400 6/imm32 +401 # data +402 00 00 00 00 00 00 # 6 bytes +403 +404 # . . vim:nowrap:textwidth=0 -- cgit 1.4.1-2-gfad0