From 68df24fa778f7f5a2651a4623681f38dc920c490 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 7 Sep 2020 16:38:14 -0700 Subject: 6746 --- html/apps/survey.subx.html | 118 ++++++++++++++++++++++----------------------- 1 file changed, 59 insertions(+), 59 deletions(-) (limited to 'html/apps/survey.subx.html') diff --git a/html/apps/survey.subx.html b/html/apps/survey.subx.html index 0919ab21..9dff98b5 100644 --- a/html/apps/survey.subx.html +++ b/html/apps/survey.subx.html @@ -303,7 +303,7 @@ if ('onhashchange' in window) { 240 # setup 241 # . clear-stream(_test-input-stream) 242 # . . push args - 243 68/push _test-input-stream/imm32 + 243 68/push _test-input-stream/imm32 244 # . . call 245 e8/call clear-stream/disp32 246 # . . discard args @@ -333,7 +333,7 @@ if ('onhashchange' in window) { 270 # . write(_test-input-stream, "== code 0x1\n") 271 # . . push args 272 68/push "== code 0x1\n"/imm32 - 273 68/push _test-input-stream/imm32 + 273 68/push _test-input-stream/imm32 274 # . . call 275 e8/call write/disp32 276 # . . discard args @@ -341,7 +341,7 @@ if ('onhashchange' in window) { 278 # . write(_test-input-stream, "Entry:\n") 279 # . . push args 280 68/push "Entry:\n"/imm32 - 281 68/push _test-input-stream/imm32 + 281 68/push _test-input-stream/imm32 282 # . . call 283 e8/call write/disp32 284 # . . discard args @@ -349,7 +349,7 @@ if ('onhashchange' in window) { 286 # . write(_test-input-stream, "ab x/imm32\n") 287 # . . push args 288 68/push "ab x/imm32\n"/imm32 - 289 68/push _test-input-stream/imm32 + 289 68/push _test-input-stream/imm32 290 # . . call 291 e8/call write/disp32 292 # . . discard args @@ -357,7 +357,7 @@ if ('onhashchange' in window) { 294 # . write(_test-input-stream, "== data 0x1000\n") 295 # . . push args 296 68/push "== data 0x1000\n"/imm32 - 297 68/push _test-input-stream/imm32 + 297 68/push _test-input-stream/imm32 298 # . . call 299 e8/call write/disp32 300 # . . discard args @@ -365,7 +365,7 @@ if ('onhashchange' in window) { 302 # . write(_test-input-stream, "x:\n") 303 # . . push args 304 68/push "x:\n"/imm32 - 305 68/push _test-input-stream/imm32 + 305 68/push _test-input-stream/imm32 306 # . . call 307 e8/call write/disp32 308 # . . discard args @@ -373,7 +373,7 @@ if ('onhashchange' in window) { 310 # . write(_test-input-stream, "01\n") 311 # . . push args 312 68/push "01\n"/imm32 - 313 68/push _test-input-stream/imm32 + 313 68/push _test-input-stream/imm32 314 # . . call 315 e8/call write/disp32 316 # . . discard args @@ -381,7 +381,7 @@ if ('onhashchange' in window) { 318 # subx-survey(_test-input-buffered-file, _test-output-buffered-file) 319 # . . push args 320 68/push _test-output-buffered-file/imm32 - 321 68/push _test-input-buffered-file/imm32 + 321 68/push _test-input-buffered-file/imm32 322 # . . call 323 e8/call subx-survey/disp32 324 # . . discard args @@ -913,7 +913,7 @@ if ('onhashchange' in window) { 947 # setup 948 # . clear-stream(_test-input-stream) 949 # . . push args - 950 68/push _test-input-stream/imm32 + 950 68/push _test-input-stream/imm32 951 # . . call 952 e8/call clear-stream/disp32 953 # . . discard args @@ -934,7 +934,7 @@ if ('onhashchange' in window) { 968 # . write(_test-input-stream, "== code 0x1\n") 969 # . . push args 970 68/push "== code 0x1\n"/imm32 - 971 68/push _test-input-stream/imm32 + 971 68/push _test-input-stream/imm32 972 # . . call 973 e8/call write/disp32 974 # . . discard args @@ -942,7 +942,7 @@ if ('onhashchange' in window) { 976 # . write(_test-input-stream, "ab x/imm32 # skip comment\n") 977 # . . push args 978 68/push "ab x/imm32 # skip comment\n"/imm32 - 979 68/push _test-input-stream/imm32 + 979 68/push _test-input-stream/imm32 980 # . . call 981 e8/call write/disp32 982 # . . discard args @@ -950,7 +950,7 @@ if ('onhashchange' in window) { 984 # . write(_test-input-stream, "== data 0x1000\n") 985 # . . push args 986 68/push "== data 0x1000\n"/imm32 - 987 68/push _test-input-stream/imm32 + 987 68/push _test-input-stream/imm32 988 # . . call 989 e8/call write/disp32 990 # . . discard args @@ -958,7 +958,7 @@ if ('onhashchange' in window) { 992 # . write(_test-input-stream, "00\n") 993 # . . push args 994 68/push "00\n"/imm32 - 995 68/push _test-input-stream/imm32 + 995 68/push _test-input-stream/imm32 996 # . . call 997 e8/call write/disp32 998 # . . discard args @@ -966,7 +966,7 @@ if ('onhashchange' in window) { 1000 # . write(_test-input-stream, "x:\n") 1001 # . . push args 1002 68/push "x:\n"/imm32 -1003 68/push _test-input-stream/imm32 +1003 68/push _test-input-stream/imm32 1004 # . . call 1005 e8/call write/disp32 1006 # . . discard args @@ -974,7 +974,7 @@ if ('onhashchange' in window) { 1008 # . write(_test-input-stream, "34\n") 1009 # . . push args 1010 68/push "34\n"/imm32 -1011 68/push _test-input-stream/imm32 +1011 68/push _test-input-stream/imm32 1012 # . . call 1013 e8/call write/disp32 1014 # . . discard args @@ -983,7 +983,7 @@ if ('onhashchange' in window) { 1017 # . . push args 1018 52/push-edx 1019 51/push-ecx -1020 68/push _test-input-stream/imm32 +1020 68/push _test-input-stream/imm32 1021 # . . call 1022 e8/call compute-offsets/disp32 1023 # . . discard args @@ -2105,7 +2105,7 @@ if ('onhashchange' in window) { 2433 # setup 2434 # . clear-stream(_test-input-stream) 2435 # . . push args -2436 68/push _test-input-stream/imm32 +2436 68/push _test-input-stream/imm32 2437 # . . call 2438 e8/call clear-stream/disp32 2439 # . . discard args @@ -2138,7 +2138,7 @@ if ('onhashchange' in window) { 2466 # . write(_test-input-stream, "== code 0x1000\n") 2467 # . . push args 2468 68/push "== code 0x1000\n"/imm32 -2469 68/push _test-input-stream/imm32 +2469 68/push _test-input-stream/imm32 2470 # . . call 2471 e8/call write/disp32 2472 # . . discard args @@ -2146,7 +2146,7 @@ if ('onhashchange' in window) { 2474 # . write(_test-input-stream, "ab cd ef gh\n") 2475 # . . push args 2476 68/push "ab cd ef gh\n"/imm32 -2477 68/push _test-input-stream/imm32 +2477 68/push _test-input-stream/imm32 2478 # . . call 2479 e8/call write/disp32 2480 # . . discard args @@ -2154,7 +2154,7 @@ if ('onhashchange' in window) { 2482 # . write(_test-input-stream, "ij x/disp32\n") 2483 # . . push args 2484 68/push "ij x/disp32\n"/imm32 -2485 68/push _test-input-stream/imm32 +2485 68/push _test-input-stream/imm32 2486 # . . call 2487 e8/call write/disp32 2488 # . . discard args @@ -2162,7 +2162,7 @@ if ('onhashchange' in window) { 2490 # . write(_test-input-stream, "== data 0x2000\n") 2491 # . . push args 2492 68/push "== data 0x2000\n"/imm32 -2493 68/push _test-input-stream/imm32 +2493 68/push _test-input-stream/imm32 2494 # . . call 2495 e8/call write/disp32 2496 # . . discard args @@ -2170,7 +2170,7 @@ if ('onhashchange' in window) { 2498 # . write(_test-input-stream, "00\n") 2499 # . . push args 2500 68/push "00\n"/imm32 -2501 68/push _test-input-stream/imm32 +2501 68/push _test-input-stream/imm32 2502 # . . call 2503 e8/call write/disp32 2504 # . . discard args @@ -2178,7 +2178,7 @@ if ('onhashchange' in window) { 2506 # . write(_test-input-stream, "x:\n") 2507 # . . push args 2508 68/push "x:\n"/imm32 -2509 68/push _test-input-stream/imm32 +2509 68/push _test-input-stream/imm32 2510 # . . call 2511 e8/call write/disp32 2512 # . . discard args @@ -2186,7 +2186,7 @@ if ('onhashchange' in window) { 2514 # . write(_test-input-stream, "34\n") 2515 # . . push args 2516 68/push "34\n"/imm32 -2517 68/push _test-input-stream/imm32 +2517 68/push _test-input-stream/imm32 2518 # . . call 2519 e8/call write/disp32 2520 # . . discard args @@ -2221,7 +2221,7 @@ if ('onhashchange' in window) { 2549 # . . push args 2550 52/push-edx 2551 68/push _test-output-buffered-file/imm32 -2552 68/push _test-input-stream/imm32 +2552 68/push _test-input-stream/imm32 2553 # . . call 2554 e8/call emit-segments/disp32 2555 # . . discard args @@ -2300,7 +2300,7 @@ if ('onhashchange' in window) { 2660 # setup 2661 # . clear-stream(_test-input-stream) 2662 # . . push args -2663 68/push _test-input-stream/imm32 +2663 68/push _test-input-stream/imm32 2664 # . . call 2665 e8/call clear-stream/disp32 2666 # . . discard args @@ -2333,7 +2333,7 @@ if ('onhashchange' in window) { 2693 # . write(_test-input-stream, "== code 0x1000\n") 2694 # . . push args 2695 68/push "== code 0x1000\n"/imm32 -2696 68/push _test-input-stream/imm32 +2696 68/push _test-input-stream/imm32 2697 # . . call 2698 e8/call write/disp32 2699 # . . discard args @@ -2341,7 +2341,7 @@ if ('onhashchange' in window) { 2701 # . write(_test-input-stream, "ab cd\n") 2702 # . . push args 2703 68/push "ab cd\n"/imm32 -2704 68/push _test-input-stream/imm32 +2704 68/push _test-input-stream/imm32 2705 # . . call 2706 e8/call write/disp32 2707 # . . discard args @@ -2349,7 +2349,7 @@ if ('onhashchange' in window) { 2709 # . write(_test-input-stream, "l1:\n") 2710 # . . push args 2711 68/push "l1:\n"/imm32 -2712 68/push _test-input-stream/imm32 +2712 68/push _test-input-stream/imm32 2713 # . . call 2714 e8/call write/disp32 2715 # . . discard args @@ -2357,7 +2357,7 @@ if ('onhashchange' in window) { 2717 # . write(_test-input-stream, " ef gh\n") 2718 # . . push args 2719 68/push " ef gh\n"/imm32 -2720 68/push _test-input-stream/imm32 +2720 68/push _test-input-stream/imm32 2721 # . . call 2722 e8/call write/disp32 2723 # . . discard args @@ -2365,7 +2365,7 @@ if ('onhashchange' in window) { 2725 # . write(_test-input-stream, " ij l1/disp32\n") 2726 # . . push args 2727 68/push " ij l1/disp32\n"/imm32 -2728 68/push _test-input-stream/imm32 +2728 68/push _test-input-stream/imm32 2729 # . . call 2730 e8/call write/disp32 2731 # . . discard args @@ -2400,7 +2400,7 @@ if ('onhashchange' in window) { 2760 # . . push args 2761 52/push-edx 2762 68/push _test-output-buffered-file/imm32 -2763 68/push _test-input-stream/imm32 +2763 68/push _test-input-stream/imm32 2764 # . . call 2765 e8/call emit-segments/disp32 2766 # . . discard args @@ -2470,7 +2470,7 @@ if ('onhashchange' in window) { 2862 # setup 2863 # . clear-stream(_test-input-stream) 2864 # . . push args -2865 68/push _test-input-stream/imm32 +2865 68/push _test-input-stream/imm32 2866 # . . call 2867 e8/call clear-stream/disp32 2868 # . . discard args @@ -2503,7 +2503,7 @@ if ('onhashchange' in window) { 2895 # . write(_test-input-stream, "== code 0x1000\n") 2896 # . . push args 2897 68/push "== code 0x1000\n"/imm32 -2898 68/push _test-input-stream/imm32 +2898 68/push _test-input-stream/imm32 2899 # . . call 2900 e8/call write/disp32 2901 # . . discard args @@ -2511,7 +2511,7 @@ if ('onhashchange' in window) { 2903 # . write(_test-input-stream, "ab cd\n") 2904 # . . push args 2905 68/push "ab cd\n"/imm32 -2906 68/push _test-input-stream/imm32 +2906 68/push _test-input-stream/imm32 2907 # . . call 2908 e8/call write/disp32 2909 # . . discard args @@ -2519,7 +2519,7 @@ if ('onhashchange' in window) { 2911 # . write(_test-input-stream, "l1:\n") 2912 # . . push args 2913 68/push "l1:\n"/imm32 -2914 68/push _test-input-stream/imm32 +2914 68/push _test-input-stream/imm32 2915 # . . call 2916 e8/call write/disp32 2917 # . . discard args @@ -2527,7 +2527,7 @@ if ('onhashchange' in window) { 2919 # . write(_test-input-stream, " ef gh\n") 2920 # . . push args 2921 68/push " ef gh\n"/imm32 -2922 68/push _test-input-stream/imm32 +2922 68/push _test-input-stream/imm32 2923 # . . call 2924 e8/call write/disp32 2925 # . . discard args @@ -2535,7 +2535,7 @@ if ('onhashchange' in window) { 2927 # . write(_test-input-stream, " ij l1/imm32\n") 2928 # . . push args 2929 68/push " ij l1/imm32\n"/imm32 -2930 68/push _test-input-stream/imm32 +2930 68/push _test-input-stream/imm32 2931 # . . call 2932 e8/call write/disp32 2933 # . . discard args @@ -2570,7 +2570,7 @@ if ('onhashchange' in window) { 2962 # . . push args 2963 52/push-edx 2964 68/push _test-output-buffered-file/imm32 -2965 68/push _test-input-stream/imm32 +2965 68/push _test-input-stream/imm32 2966 # . . call 2967 e8/call emit-segments/disp32 2968 # . . discard args @@ -3693,7 +3693,7 @@ if ('onhashchange' in window) { 4376 # setup 4377 # . clear-stream(_test-input-stream) 4378 # . . push args -4379 68/push _test-input-stream/imm32 +4379 68/push _test-input-stream/imm32 4380 # . . call 4381 e8/call clear-stream/disp32 4382 # . . discard args @@ -3708,7 +3708,7 @@ if ('onhashchange' in window) { 4391 # no contents in input 4392 # eax = num-bytes(_test-input-stream) 4393 # . . push args -4394 68/push _test-input-stream/imm32 +4394 68/push _test-input-stream/imm32 4395 # . . call 4396 e8/call num-bytes/disp32 4397 # . . discard args @@ -3735,7 +3735,7 @@ if ('onhashchange' in window) { 4418 # setup 4419 # . clear-stream(_test-input-stream) 4420 # . . push args -4421 68/push _test-input-stream/imm32 +4421 68/push _test-input-stream/imm32 4422 # . . call 4423 e8/call clear-stream/disp32 4424 # . . discard args @@ -3751,14 +3751,14 @@ if ('onhashchange' in window) { 4434 # . write(_test-input-stream, "# abcd") 4435 # . . push args 4436 68/push "# abcd"/imm32 -4437 68/push _test-input-stream/imm32 +4437 68/push _test-input-stream/imm32 4438 # . . call 4439 e8/call write/disp32 4440 # . . discard args 4441 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 4442 # eax = num-bytes(_test-input-stream) 4443 # . . push args -4444 68/push _test-input-stream/imm32 +4444 68/push _test-input-stream/imm32 4445 # . . call 4446 e8/call num-bytes/disp32 4447 # . . discard args @@ -3785,7 +3785,7 @@ if ('onhashchange' in window) { 4468 # setup 4469 # . clear-stream(_test-input-stream) 4470 # . . push args -4471 68/push _test-input-stream/imm32 +4471 68/push _test-input-stream/imm32 4472 # . . call 4473 e8/call clear-stream/disp32 4474 # . . discard args @@ -3801,14 +3801,14 @@ if ('onhashchange' in window) { 4484 # . write(_test-input-stream, "ab: # cd") 4485 # . . push args 4486 68/push "ab: # cd"/imm32 -4487 68/push _test-input-stream/imm32 +4487 68/push _test-input-stream/imm32 4488 # . . call 4489 e8/call write/disp32 4490 # . . discard args 4491 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 4492 # eax = num-bytes(_test-input-stream) 4493 # . . push args -4494 68/push _test-input-stream/imm32 +4494 68/push _test-input-stream/imm32 4495 # . . call 4496 e8/call num-bytes/disp32 4497 # . . discard args @@ -3835,7 +3835,7 @@ if ('onhashchange' in window) { 4518 # setup 4519 # . clear-stream(_test-input-stream) 4520 # . . push args -4521 68/push _test-input-stream/imm32 +4521 68/push _test-input-stream/imm32 4522 # . . call 4523 e8/call clear-stream/disp32 4524 # . . discard args @@ -3851,14 +3851,14 @@ if ('onhashchange' in window) { 4534 # . write(_test-input-stream, "== ab cd") 4535 # . . push args 4536 68/push "== ab cd"/imm32 -4537 68/push _test-input-stream/imm32 +4537 68/push _test-input-stream/imm32 4538 # . . call 4539 e8/call write/disp32 4540 # . . discard args 4541 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 4542 # eax = num-bytes(_test-input-stream) 4543 # . . push args -4544 68/push _test-input-stream/imm32 +4544 68/push _test-input-stream/imm32 4545 # . . call 4546 e8/call num-bytes/disp32 4547 # . . discard args @@ -3885,7 +3885,7 @@ if ('onhashchange' in window) { 4568 # setup 4569 # . clear-stream(_test-input-stream) 4570 # . . push args -4571 68/push _test-input-stream/imm32 +4571 68/push _test-input-stream/imm32 4572 # . . call 4573 e8/call clear-stream/disp32 4574 # . . discard args @@ -3901,14 +3901,14 @@ if ('onhashchange' in window) { 4584 # . write(_test-input-stream, "ab cd ef") 4585 # . . push args 4586 68/push "ab cd ef"/imm32 -4587 68/push _test-input-stream/imm32 +4587 68/push _test-input-stream/imm32 4588 # . . call 4589 e8/call write/disp32 4590 # . . discard args 4591 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 4592 # eax = num-bytes(_test-input-stream) 4593 # . . push args -4594 68/push _test-input-stream/imm32 +4594 68/push _test-input-stream/imm32 4595 # . . call 4596 e8/call num-bytes/disp32 4597 # . . discard args @@ -3935,7 +3935,7 @@ if ('onhashchange' in window) { 4618 # setup 4619 # . clear-stream(_test-input-stream) 4620 # . . push args -4621 68/push _test-input-stream/imm32 +4621 68/push _test-input-stream/imm32 4622 # . . call 4623 e8/call clear-stream/disp32 4624 # . . discard args @@ -3951,14 +3951,14 @@ if ('onhashchange' in window) { 4634 # . write(_test-input-stream, "ab cd # ef") 4635 # . . push args 4636 68/push "ab cd # ef"/imm32 -4637 68/push _test-input-stream/imm32 +4637 68/push _test-input-stream/imm32 4638 # . . call 4639 e8/call write/disp32 4640 # . . discard args 4641 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 4642 # eax = num-bytes(_test-input-stream) 4643 # . . push args -4644 68/push _test-input-stream/imm32 +4644 68/push _test-input-stream/imm32 4645 # . . call 4646 e8/call num-bytes/disp32 4647 # . . discard args @@ -3985,7 +3985,7 @@ if ('onhashchange' in window) { 4668 # setup 4669 # . clear-stream(_test-input-stream) 4670 # . . push args -4671 68/push _test-input-stream/imm32 +4671 68/push _test-input-stream/imm32 4672 # . . call 4673 e8/call clear-stream/disp32 4674 # . . discard args @@ -4001,14 +4001,14 @@ if ('onhashchange' in window) { 4684 # . write(_test-input-stream, "ab cd/imm32 ef") 4685 # . . push args 4686 68/push "ab cd/imm32 ef"/imm32 -4687 68/push _test-input-stream/imm32 +4687 68/push _test-input-stream/imm32 4688 # . . call 4689 e8/call write/disp32 4690 # . . discard args 4691 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 4692 # eax = num-bytes(_test-input-stream) 4693 # . . push args -4694 68/push _test-input-stream/imm32 +4694 68/push _test-input-stream/imm32 4695 # . . call 4696 e8/call num-bytes/disp32 4697 # . . discard args -- cgit 1.4.1-2-gfad0