From 3d1c4216ede8c628558c9fe700fb2be1aa08b473 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 2 Nov 2020 21:24:53 -0800 Subject: 7162 --- html/apps/hex.subx.html | 52 ++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'html/apps/hex.subx.html') diff --git a/html/apps/hex.subx.html b/html/apps/hex.subx.html index f230b3be..854f1581 100644 --- a/html/apps/hex.subx.html +++ b/html/apps/hex.subx.html @@ -265,7 +265,7 @@ if ('onhashchange' in window) { 204 # clear all streams 205 # . clear-stream(_test-stream) 206 # . . push args - 207 68/push _test-stream/imm32 + 207 68/push _test-stream/imm32 208 # . . call 209 e8/call clear-stream/disp32 210 # . . discard args @@ -295,7 +295,7 @@ if ('onhashchange' in window) { 234 # . write(_test-stream, "abc") 235 # . . push args 236 68/push "abc"/imm32 - 237 68/push _test-stream/imm32 + 237 68/push _test-stream/imm32 238 # . . call 239 e8/call write/disp32 240 # . . discard args @@ -363,7 +363,7 @@ if ('onhashchange' in window) { 302 # clear all streams 303 # . clear-stream(_test-stream) 304 # . . push args - 305 68/push _test-stream/imm32 + 305 68/push _test-stream/imm32 306 # . . call 307 e8/call clear-stream/disp32 308 # . . discard args @@ -453,7 +453,7 @@ if ('onhashchange' in window) { 392 # clear all streams 393 # . clear-stream(_test-stream) 394 # . . push args - 395 68/push _test-stream/imm32 + 395 68/push _test-stream/imm32 396 # . . call 397 e8/call clear-stream/disp32 398 # . . discard args @@ -483,7 +483,7 @@ if ('onhashchange' in window) { 422 # . write(_test-stream, "a") 423 # . . push args 424 68/push "a"/imm32 - 425 68/push _test-stream/imm32 + 425 68/push _test-stream/imm32 426 # . . call 427 e8/call write/disp32 428 # . . discard args @@ -622,7 +622,7 @@ if ('onhashchange' in window) { 561 # clear all streams 562 # . clear-stream(_test-stream) 563 # . . push args - 564 68/push _test-stream/imm32 + 564 68/push _test-stream/imm32 565 # . . call 566 e8/call clear-stream/disp32 567 # . . discard args @@ -652,7 +652,7 @@ if ('onhashchange' in window) { 591 # . write(_test-stream, "abc") 592 # . . push args 593 68/push "abc"/imm32 - 594 68/push _test-stream/imm32 + 594 68/push _test-stream/imm32 595 # . . call 596 e8/call write/disp32 597 # . . discard args @@ -720,7 +720,7 @@ if ('onhashchange' in window) { 659 # clear all streams 660 # . clear-stream(_test-stream) 661 # . . push args - 662 68/push _test-stream/imm32 + 662 68/push _test-stream/imm32 663 # . . call 664 e8/call clear-stream/disp32 665 # . . discard args @@ -750,7 +750,7 @@ if ('onhashchange' in window) { 689 # . write(_test-stream, text) 690 # . . push args 691 68/push " abc"/imm32 - 692 68/push _test-stream/imm32 + 692 68/push _test-stream/imm32 693 # . . call 694 e8/call write/disp32 695 # . . discard args @@ -818,7 +818,7 @@ if ('onhashchange' in window) { 757 # clear all streams 758 # . clear-stream(_test-stream) 759 # . . push args - 760 68/push _test-stream/imm32 + 760 68/push _test-stream/imm32 761 # . . call 762 e8/call clear-stream/disp32 763 # . . discard args @@ -848,7 +848,7 @@ if ('onhashchange' in window) { 787 # . write(_test-stream, comment) 788 # . . push args 789 68/push "#x\n"/imm32 - 790 68/push _test-stream/imm32 + 790 68/push _test-stream/imm32 791 # . . call 792 e8/call write/disp32 793 # . . discard args @@ -856,7 +856,7 @@ if ('onhashchange' in window) { 795 # . write(_test-stream, real text) 796 # . . push args 797 68/push "ab"/imm32 - 798 68/push _test-stream/imm32 + 798 68/push _test-stream/imm32 799 # . . call 800 e8/call write/disp32 801 # . . discard args @@ -924,7 +924,7 @@ if ('onhashchange' in window) { 863 # clear all streams 864 # . clear-stream(_test-stream) 865 # . . push args - 866 68/push _test-stream/imm32 + 866 68/push _test-stream/imm32 867 # . . call 868 e8/call clear-stream/disp32 869 # . . discard args @@ -954,7 +954,7 @@ if ('onhashchange' in window) { 893 # . write(_test-stream, comment) 894 # . . push args 895 68/push "#x\n"/imm32 - 896 68/push _test-stream/imm32 + 896 68/push _test-stream/imm32 897 # . . call 898 e8/call write/disp32 899 # . . discard args @@ -962,7 +962,7 @@ if ('onhashchange' in window) { 901 # . write(_test-stream, real text) 902 # . . push args 903 68/push " ab"/imm32 - 904 68/push _test-stream/imm32 + 904 68/push _test-stream/imm32 905 # . . call 906 e8/call write/disp32 907 # . . discard args @@ -1030,7 +1030,7 @@ if ('onhashchange' in window) { 969 # clear all streams 970 # . clear-stream(_test-stream) 971 # . . push args - 972 68/push _test-stream/imm32 + 972 68/push _test-stream/imm32 973 # . . call 974 e8/call clear-stream/disp32 975 # . . discard args @@ -1062,7 +1062,7 @@ if ('onhashchange' in window) { 1001 # . write(_test-stream, comment) 1002 # . . push args 1003 68/push " #x\n"/imm32 -1004 68/push _test-stream/imm32 +1004 68/push _test-stream/imm32 1005 # . . call 1006 e8/call write/disp32 1007 # . . discard args @@ -1070,7 +1070,7 @@ if ('onhashchange' in window) { 1009 # . write(_test-stream, real text) 1010 # . . push args 1011 68/push "ab"/imm32 -1012 68/push _test-stream/imm32 +1012 68/push _test-stream/imm32 1013 # . . call 1014 e8/call write/disp32 1015 # . . discard args @@ -1138,7 +1138,7 @@ if ('onhashchange' in window) { 1077 # clear all streams 1078 # . clear-stream(_test-stream) 1079 # . . push args -1080 68/push _test-stream/imm32 +1080 68/push _test-stream/imm32 1081 # . . call 1082 e8/call clear-stream/disp32 1083 # . . discard args @@ -1168,7 +1168,7 @@ if ('onhashchange' in window) { 1107 # . write(_test-stream, character) 1108 # . . push args 1109 68/push "a"/imm32 -1110 68/push _test-stream/imm32 +1110 68/push _test-stream/imm32 1111 # . . call 1112 e8/call write/disp32 1113 # . . discard args @@ -1236,7 +1236,7 @@ if ('onhashchange' in window) { 1175 # clear all streams 1176 # . clear-stream(_test-stream) 1177 # . . push args -1178 68/push _test-stream/imm32 +1178 68/push _test-stream/imm32 1179 # . . call 1180 e8/call clear-stream/disp32 1181 # . . discard args @@ -1326,7 +1326,7 @@ if ('onhashchange' in window) { 1265 # clear all streams 1266 # . clear-stream(_test-stream) 1267 # . . push args -1268 68/push _test-stream/imm32 +1268 68/push _test-stream/imm32 1269 # . . call 1270 e8/call clear-stream/disp32 1271 # . . discard args @@ -1356,7 +1356,7 @@ if ('onhashchange' in window) { 1295 # . write(_test-stream, "x") 1296 # . . push args 1297 68/push "x"/imm32 -1298 68/push _test-stream/imm32 +1298 68/push _test-stream/imm32 1299 # . . call 1300 e8/call write/disp32 1301 # . . discard args @@ -1444,7 +1444,7 @@ if ('onhashchange' in window) { 1383 # setup 1384 # . clear-stream(_test-stream) 1385 # . . push args -1386 68/push _test-stream/imm32 +1386 68/push _test-stream/imm32 1387 # . . call 1388 e8/call clear-stream/disp32 1389 # . . discard args @@ -1460,7 +1460,7 @@ if ('onhashchange' in window) { 1399 # . write(_test-stream, "abc") 1400 # . . push args 1401 68/push "abc\n"/imm32 -1402 68/push _test-stream/imm32 +1402 68/push _test-stream/imm32 1403 # . . call 1404 e8/call write/disp32 1405 # . . discard args @@ -1468,7 +1468,7 @@ if ('onhashchange' in window) { 1407 # . write(_test-stream, "de") 1408 # . . push args 1409 68/push "de"/imm32 -1410 68/push _test-stream/imm32 +1410 68/push _test-stream/imm32 1411 # . . call 1412 e8/call write/disp32 1413 # . . discard args -- cgit 1.4.1-2-gfad0