From d3a9db3aff54ea485f409eaaef3d8f56ad77f0dc Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 5 Oct 2020 11:00:05 -0700 Subject: 6958 --- 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 c13632c7..f230b3be 100644 --- a/html/apps/hex.subx.html +++ b/html/apps/hex.subx.html @@ -16,9 +16,9 @@ a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } .subxS2Comment { color: #8a8a8a; } -.subxTest { color: #5f8700; } .subxFunction { color: #af5f00; text-decoration: underline; } .LineNr { } +.subxTest { color: #5f8700; } .subxS1Comment { color: #0000af; } .SpecialChar { color: #d70000; } .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; } @@ -218,7 +218,7 @@ if ('onhashchange' in window) { 157 3d/compare-eax-and 0xffffffff/imm32/Eof 158 74/jump-if-= $convert-next-octet:end/disp8 159 # eax = from-hex-char(eax) - 160 e8/call from-hex-char/disp32 + 160 e8/call from-hex-char/disp32 161 # ecx = eax 162 89/copy 3/mod/direct 1/rm32/ecx . . . 0/r32/eax . . # copy eax to ecx 163 # eax = scan-next-byte(in, err, ed) @@ -243,7 +243,7 @@ if ('onhashchange' in window) { 182 e8/call error-byte/disp32 # never returns 183 $convert-next-octet:convert: 184 # eax = from-hex-char(eax) - 185 e8/call from-hex-char/disp32 + 185 e8/call from-hex-char/disp32 186 # eax = (ecx << 4) | eax 187 # . ecx <<= 4 188 c1/shift 4/subop/left 3/mod/direct 1/rm32/ecx . . . . . 4/imm8 # shift ecx left by 4 bits @@ -279,7 +279,7 @@ if ('onhashchange' in window) { 218 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 219 # . clear-stream(_test-error-stream) 220 # . . push args - 221 68/push _test-error-stream/imm32 + 221 68/push _test-error-stream/imm32 222 # . . call 223 e8/call clear-stream/disp32 224 # . . discard args @@ -315,7 +315,7 @@ if ('onhashchange' in window) { 254 # eax = convert-next-octet(_test-buffered-file, _test-error-buffered-file, ed) 255 # . . push args 256 51/push-ecx/ed - 257 68/push _test-error-buffered-file/imm32 + 257 68/push _test-error-buffered-file/imm32 258 68/push _test-buffered-file/imm32 259 # . . call 260 e8/call convert-next-octet/disp32 @@ -377,7 +377,7 @@ if ('onhashchange' in window) { 316 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 317 # . clear-stream(_test-error-stream) 318 # . . push args - 319 68/push _test-error-stream/imm32 + 319 68/push _test-error-stream/imm32 320 # . . call 321 e8/call clear-stream/disp32 322 # . . discard args @@ -405,7 +405,7 @@ if ('onhashchange' in window) { 344 # eax = convert-next-octet(_test-buffered-file, _test-error-buffered-file, ed) 345 # . . push args 346 51/push-ecx/ed - 347 68/push _test-error-buffered-file/imm32 + 347 68/push _test-error-buffered-file/imm32 348 68/push _test-buffered-file/imm32 349 # . . call 350 e8/call convert-next-octet/disp32 @@ -467,7 +467,7 @@ if ('onhashchange' in window) { 406 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 407 # . clear-stream(_test-error-stream) 408 # . . push args - 409 68/push _test-error-stream/imm32 + 409 68/push _test-error-stream/imm32 410 # . . call 411 e8/call clear-stream/disp32 412 # . . discard args @@ -503,7 +503,7 @@ if ('onhashchange' in window) { 442 # eax = convert-next-octet(_test-buffered-file, _test-error-buffered-file, ed) 443 # . . push args 444 51/push-ecx/ed - 445 68/push _test-error-buffered-file/imm32 + 445 68/push _test-error-buffered-file/imm32 446 68/push _test-buffered-file/imm32 447 # . . call 448 e8/call convert-next-octet/disp32 @@ -567,7 +567,7 @@ if ('onhashchange' in window) { 506 # . . push args 507 50/push-eax 508 # . . call - 509 e8/call is-hex-digit?/disp32 + 509 e8/call is-hex-digit?/disp32 510 # . . discard args 511 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 512 # . compare with 'false' @@ -636,7 +636,7 @@ if ('onhashchange' in window) { 575 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 576 # . clear-stream(_test-error-stream) 577 # . . push args - 578 68/push _test-error-stream/imm32 + 578 68/push _test-error-stream/imm32 579 # . . call 580 e8/call clear-stream/disp32 581 # . . discard args @@ -672,7 +672,7 @@ if ('onhashchange' in window) { 611 # eax = scan-next-byte(_test-buffered-file, _test-error-buffered-file, ed) 612 # . . push args 613 51/push-ecx/ed - 614 68/push _test-error-buffered-file/imm32 + 614 68/push _test-error-buffered-file/imm32 615 68/push _test-buffered-file/imm32 616 # . . call 617 e8/call scan-next-byte/disp32 @@ -734,7 +734,7 @@ if ('onhashchange' in window) { 673 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 674 # . clear-stream(_test-error-stream) 675 # . . push args - 676 68/push _test-error-stream/imm32 + 676 68/push _test-error-stream/imm32 677 # . . call 678 e8/call clear-stream/disp32 679 # . . discard args @@ -770,7 +770,7 @@ if ('onhashchange' in window) { 709 # eax = scan-next-byte(_test-buffered-file, _test-error-buffered-file, ed) 710 # . . push args 711 51/push-ecx/ed - 712 68/push _test-error-buffered-file/imm32 + 712 68/push _test-error-buffered-file/imm32 713 68/push _test-buffered-file/imm32 714 # . . call 715 e8/call scan-next-byte/disp32 @@ -832,7 +832,7 @@ if ('onhashchange' in window) { 771 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 772 # . clear-stream(_test-error-stream) 773 # . . push args - 774 68/push _test-error-stream/imm32 + 774 68/push _test-error-stream/imm32 775 # . . call 776 e8/call clear-stream/disp32 777 # . . discard args @@ -876,7 +876,7 @@ if ('onhashchange' in window) { 815 # eax = scan-next-byte(_test-buffered-file, _test-error-buffered-file, ed) 816 # . . push args 817 51/push-ecx/ed - 818 68/push _test-error-buffered-file/imm32 + 818 68/push _test-error-buffered-file/imm32 819 68/push _test-buffered-file/imm32 820 # . . call 821 e8/call scan-next-byte/disp32 @@ -938,7 +938,7 @@ if ('onhashchange' in window) { 877 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 878 # . clear-stream(_test-error-stream) 879 # . . push args - 880 68/push _test-error-stream/imm32 + 880 68/push _test-error-stream/imm32 881 # . . call 882 e8/call clear-stream/disp32 883 # . . discard args @@ -982,7 +982,7 @@ if ('onhashchange' in window) { 921 # eax = scan-next-byte(_test-buffered-file, _test-error-buffered-file, ed) 922 # . . push args 923 51/push-ecx/ed - 924 68/push _test-error-buffered-file/imm32 + 924 68/push _test-error-buffered-file/imm32 925 68/push _test-buffered-file/imm32 926 # . . call 927 e8/call scan-next-byte/disp32 @@ -1046,7 +1046,7 @@ if ('onhashchange' in window) { 985 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 986 # . clear-stream(_test-error-stream) 987 # . . push args - 988 68/push _test-error-stream/imm32 + 988 68/push _test-error-stream/imm32 989 # . . call 990 e8/call clear-stream/disp32 991 # . . discard args @@ -1090,7 +1090,7 @@ if ('onhashchange' in window) { 1029 # eax = scan-next-byte(_test-buffered-file, _test-error-buffered-file, ed) 1030 # . . push args 1031 51/push-ecx/ed -1032 68/push _test-error-buffered-file/imm32 +1032 68/push _test-error-buffered-file/imm32 1033 68/push _test-buffered-file/imm32 1034 # . . call 1035 e8/call scan-next-byte/disp32 @@ -1152,7 +1152,7 @@ if ('onhashchange' in window) { 1091 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 1092 # . clear-stream(_test-error-stream) 1093 # . . push args -1094 68/push _test-error-stream/imm32 +1094 68/push _test-error-stream/imm32 1095 # . . call 1096 e8/call clear-stream/disp32 1097 # . . discard args @@ -1188,7 +1188,7 @@ if ('onhashchange' in window) { 1127 # eax = scan-next-byte(_test-buffered-file, _test-error-buffered-file, ed) 1128 # . . push args 1129 51/push-ecx/ed -1130 68/push _test-error-buffered-file/imm32 +1130 68/push _test-error-buffered-file/imm32 1131 68/push _test-buffered-file/imm32 1132 # . . call 1133 e8/call scan-next-byte/disp32 @@ -1250,7 +1250,7 @@ if ('onhashchange' in window) { 1189 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 1190 # . clear-stream(_test-error-stream) 1191 # . . push args -1192 68/push _test-error-stream/imm32 +1192 68/push _test-error-stream/imm32 1193 # . . call 1194 e8/call clear-stream/disp32 1195 # . . discard args @@ -1278,7 +1278,7 @@ if ('onhashchange' in window) { 1217 # eax = scan-next-byte(_test-buffered-file, _test-error-buffered-file, ed) 1218 # . . push args 1219 51/push-ecx/ed -1220 68/push _test-error-buffered-file/imm32 +1220 68/push _test-error-buffered-file/imm32 1221 68/push _test-buffered-file/imm32 1222 # . . call 1223 e8/call scan-next-byte/disp32 @@ -1340,7 +1340,7 @@ if ('onhashchange' in window) { 1279 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 1280 # . clear-stream(_test-error-stream) 1281 # . . push args -1282 68/push _test-error-stream/imm32 +1282 68/push _test-error-stream/imm32 1283 # . . call 1284 e8/call clear-stream/disp32 1285 # . . discard args @@ -1376,7 +1376,7 @@ if ('onhashchange' in window) { 1315 # eax = scan-next-byte(_test-buffered-file, _test-error-buffered-file, ed) 1316 # . . push args 1317 51/push-ecx/ed -1318 68/push _test-error-buffered-file/imm32 +1318 68/push _test-error-buffered-file/imm32 1319 68/push _test-buffered-file/imm32 1320 # . . call 1321 e8/call scan-next-byte/disp32 -- cgit 1.4.1-2-gfad0