From 9a77780158842db6e4aa098f5027e030fc3bd878 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 22 May 2020 23:08:09 -0700 Subject: 6384 --- html/084emit-hex-array.subx.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/084emit-hex-array.subx.html') diff --git a/html/084emit-hex-array.subx.html b/html/084emit-hex-array.subx.html index 22af54c8..288edd92 100644 --- a/html/084emit-hex-array.subx.html +++ b/html/084emit-hex-array.subx.html @@ -16,13 +16,13 @@ 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 { } .subxS1Comment { color: #0000af; } -.subxFunction { color: #af5f00; text-decoration: underline; } .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; } .Folded { color: #080808; background-color: #949494; } .Constant { color: #008787; } -.subxTest { color: #5f8700; } --> @@ -79,7 +79,7 @@ if ('onhashchange' in window) { 19 8b/copy 1/mod/*+disp8 5/rm32/ebp . . . 2/r32/edx 0xc/disp8 . # copy *(ebp+12) to edx 20 # var curr/ecx: (addr byte) = arr->data 21 8d/copy-address 1/mod/*+disp8 2/rm32/edx . . . 1/r32/ecx 4/disp8 . # copy edx+4 to ecx - 22 # var max/edx: (addr byte) = &arr->data[arr->length] + 22 # var max/edx: (addr byte) = &arr->data[arr->size] 23 8b/copy 0/mod/indirect 2/rm32/edx . . . 2/r32/edx . . # copy *edx to edx 24 01/add 3/mod/direct 2/rm32/edx . . . 1/r32/ecx . . # add ecx to edx 25 # var c/eax: byte = 0 @@ -133,7 +133,7 @@ if ('onhashchange' in window) { 73 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 4/imm32 # add to esp 74 # var arr/ecx (array byte) = [01, 02, 03] 75 68/push 0x00030201/imm32 # bytes 01 02 03 - 76 68/push 3/imm32/length + 76 68/push 3/imm32/size 77 89/copy 3/mod/direct 1/rm32/ecx . . . 4/r32/esp . . # copy esp to ecx 78 # emit-hex-array(_test-output-buffered-file, arr) 79 # . . push args -- cgit 1.4.1-2-gfad0