From 3d1c4216ede8c628558c9fe700fb2be1aa08b473 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 2 Nov 2020 21:24:53 -0800 Subject: 7162 --- html/109stream-equal.subx.html | 52 +++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'html/109stream-equal.subx.html') diff --git a/html/109stream-equal.subx.html b/html/109stream-equal.subx.html index 0217c7b6..d5b2743a 100644 --- a/html/109stream-equal.subx.html +++ b/html/109stream-equal.subx.html @@ -132,7 +132,7 @@ if ('onhashchange' in window) { 73 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 74 # clear-stream(_test-stream) 75 # . . push args - 76 68/push _test-stream/imm32 + 76 68/push _test-stream/imm32 77 # . . call 78 e8/call clear-stream/disp32 79 # . . discard args @@ -140,7 +140,7 @@ if ('onhashchange' in window) { 81 # write(_test-stream, "Abc") 82 # . . push args 83 68/push "Abc"/imm32 - 84 68/push _test-stream/imm32 + 84 68/push _test-stream/imm32 85 # . . call 86 e8/call write/disp32 87 # . . discard args @@ -148,7 +148,7 @@ if ('onhashchange' in window) { 89 # eax = stream-data-equal?(_test-stream, "Abc") 90 # . . push args 91 68/push "Abc"/imm32 - 92 68/push _test-stream/imm32 + 92 68/push _test-stream/imm32 93 # . . call 94 e8/call stream-data-equal?/disp32 95 # . . discard args @@ -173,7 +173,7 @@ if ('onhashchange' in window) { 114 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 115 # clear-stream(_test-stream) 116 # . . push args -117 68/push _test-stream/imm32 +117 68/push _test-stream/imm32 118 # . . call 119 e8/call clear-stream/disp32 120 # . . discard args @@ -181,7 +181,7 @@ if ('onhashchange' in window) { 122 # write(_test-stream, "Abc") 123 # . . push args 124 68/push "Abc"/imm32 -125 68/push _test-stream/imm32 +125 68/push _test-stream/imm32 126 # . . call 127 e8/call write/disp32 128 # . . discard args @@ -189,7 +189,7 @@ if ('onhashchange' in window) { 130 # eax = stream-data-equal?(_test-stream, "Abd") 131 # . . push args 132 68/push "Abd"/imm32 -133 68/push _test-stream/imm32 +133 68/push _test-stream/imm32 134 # . . call 135 e8/call stream-data-equal?/disp32 136 # . . discard args @@ -214,7 +214,7 @@ if ('onhashchange' in window) { 155 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 156 # clear-stream(_test-stream) 157 # . . push args -158 68/push _test-stream/imm32 +158 68/push _test-stream/imm32 159 # . . call 160 e8/call clear-stream/disp32 161 # . . discard args @@ -222,7 +222,7 @@ if ('onhashchange' in window) { 163 # write(_test-stream, "Abc") 164 # . . push args 165 68/push "Abc"/imm32 -166 68/push _test-stream/imm32 +166 68/push _test-stream/imm32 167 # . . call 168 e8/call write/disp32 169 # . . discard args @@ -230,7 +230,7 @@ if ('onhashchange' in window) { 171 # eax = stream-data-equal?(_test-stream, "Abcd") 172 # . . push args 173 68/push "Abcd"/imm32 -174 68/push _test-stream/imm32 +174 68/push _test-stream/imm32 175 # . . call 176 e8/call stream-data-equal?/disp32 177 # . . discard args @@ -395,7 +395,7 @@ if ('onhashchange' in window) { 336 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 337 # clear-stream(_test-stream) 338 # . . push args -339 68/push _test-stream/imm32 +339 68/push _test-stream/imm32 340 # . . call 341 e8/call clear-stream/disp32 342 # . . discard args @@ -403,7 +403,7 @@ if ('onhashchange' in window) { 344 # write(_test-stream, "Abc\ndef") 345 # . . push args 346 68/push "Abc\ndef"/imm32 -347 68/push _test-stream/imm32 +347 68/push _test-stream/imm32 348 # . . call 349 e8/call write/disp32 350 # . . discard args @@ -411,7 +411,7 @@ if ('onhashchange' in window) { 352 # eax = next-stream-line-equal?(_test-stream, "Abc") 353 # . . push args 354 68/push "Abc"/imm32 -355 68/push _test-stream/imm32 +355 68/push _test-stream/imm32 356 # . . call 357 e8/call next-stream-line-equal?/disp32 358 # . . discard args @@ -436,7 +436,7 @@ if ('onhashchange' in window) { 377 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 378 # clear-stream(_test-stream) 379 # . . push args -380 68/push _test-stream/imm32 +380 68/push _test-stream/imm32 381 # . . call 382 e8/call clear-stream/disp32 383 # . . discard args @@ -444,7 +444,7 @@ if ('onhashchange' in window) { 385 # write(_test-stream, "Abc\ndef") 386 # . . push args 387 68/push "Abc\ndef"/imm32 -388 68/push _test-stream/imm32 +388 68/push _test-stream/imm32 389 # . . call 390 e8/call write/disp32 391 # . . discard args @@ -452,7 +452,7 @@ if ('onhashchange' in window) { 393 # eax = next-stream-line-equal?(_test-stream, "def") 394 # . . push args 395 68/push "def"/imm32 -396 68/push _test-stream/imm32 +396 68/push _test-stream/imm32 397 # . . call 398 e8/call next-stream-line-equal?/disp32 399 # . . discard args @@ -477,7 +477,7 @@ if ('onhashchange' in window) { 418 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 419 # clear-stream(_test-stream) 420 # . . push args -421 68/push _test-stream/imm32 +421 68/push _test-stream/imm32 422 # . . call 423 e8/call clear-stream/disp32 424 # . . discard args @@ -485,7 +485,7 @@ if ('onhashchange' in window) { 426 # write(_test-stream, "Abc\ndef\n") 427 # . . push args 428 68/push "Abc\ndef\n"/imm32 -429 68/push _test-stream/imm32 +429 68/push _test-stream/imm32 430 # . . call 431 e8/call write/disp32 432 # . . discard args @@ -493,7 +493,7 @@ if ('onhashchange' in window) { 434 # next-stream-line-equal?(_test-stream, "Abc") 435 # . . push args 436 68/push "Abc"/imm32 -437 68/push _test-stream/imm32 +437 68/push _test-stream/imm32 438 # . . call 439 e8/call next-stream-line-equal?/disp32 440 # . . discard args @@ -501,7 +501,7 @@ if ('onhashchange' in window) { 442 # eax = next-stream-line-equal?(_test-stream, "def") 443 # . . push args 444 68/push "def"/imm32 -445 68/push _test-stream/imm32 +445 68/push _test-stream/imm32 446 # . . call 447 e8/call next-stream-line-equal?/disp32 448 # . . discard args @@ -526,7 +526,7 @@ if ('onhashchange' in window) { 467 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 468 # clear-stream(_test-stream) 469 # . . push args -470 68/push _test-stream/imm32 +470 68/push _test-stream/imm32 471 # . . call 472 e8/call clear-stream/disp32 473 # . . discard args @@ -534,7 +534,7 @@ if ('onhashchange' in window) { 475 # write(_test-stream, "Abc\ndef") 476 # . . push args 477 68/push "Abc\ndef"/imm32 -478 68/push _test-stream/imm32 +478 68/push _test-stream/imm32 479 # . . call 480 e8/call write/disp32 481 # . . discard args @@ -542,7 +542,7 @@ if ('onhashchange' in window) { 483 # next-stream-line-equal?(_test-stream, "Abc") 484 # . . push args 485 68/push "Abc"/imm32 -486 68/push _test-stream/imm32 +486 68/push _test-stream/imm32 487 # . . call 488 e8/call next-stream-line-equal?/disp32 489 # . . discard args @@ -550,7 +550,7 @@ if ('onhashchange' in window) { 491 # eax = next-stream-line-equal?(_test-stream, "def") 492 # . . push args 493 68/push "def"/imm32 -494 68/push _test-stream/imm32 +494 68/push _test-stream/imm32 495 # . . call 496 e8/call next-stream-line-equal?/disp32 497 # . . discard args @@ -575,7 +575,7 @@ if ('onhashchange' in window) { 516 89/copy 3/mod/direct 5/rm32/ebp . . . 4/r32/esp . . # copy esp to ebp 517 # clear-stream(_test-stream) 518 # . . push args -519 68/push _test-stream/imm32 +519 68/push _test-stream/imm32 520 # . . call 521 e8/call clear-stream/disp32 522 # . . discard args @@ -584,7 +584,7 @@ if ('onhashchange' in window) { 525 # eax = next-stream-line-equal?(_test-stream, "") 526 # . . push args 527 68/push ""/imm32 -528 68/push _test-stream/imm32 +528 68/push _test-stream/imm32 529 # . . call 530 e8/call next-stream-line-equal?/disp32 531 # . . discard args @@ -601,7 +601,7 @@ if ('onhashchange' in window) { 542 # eax = next-stream-line-equal?(_test-stream, "") 543 # . . push args 544 68/push ""/imm32 -545 68/push _test-stream/imm32 +545 68/push _test-stream/imm32 546 # . . call 547 e8/call next-stream-line-equal?/disp32 548 # . . discard args -- cgit 1.4.1-2-gfad0