From 5396e24cba8390ca2d70d99c7e8772eee4ec3a11 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 18 May 2021 13:01:59 -0700 Subject: . --- html/linux/survey_elf.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/linux/survey_elf.subx.html') diff --git a/html/linux/survey_elf.subx.html b/html/linux/survey_elf.subx.html index f586c32e..d8add4b5 100644 --- a/html/linux/survey_elf.subx.html +++ b/html/linux/survey_elf.subx.html @@ -2695,7 +2695,7 @@ if ('onhashchange' in window) { 3119 8b/copy 0/mod/indirect 2/rm32/edx . . . 0/r32/eax . . # copy *edx to eax 3120 # . c/eax = *start 3121 8a/copy-byte 0/mod/indirect 0/rm32/eax . . . 0/r32/AL . . # copy byte at *eax to AL -3122 81 4/subop/and 3/mod/direct 0/rm32/eax . . . . . 0xff/imm32 # bitwise and of eax +3122 25/and-eax-with 0xff/imm32 3123 # . if (eax != '8') return 3124 3d/compare-eax-and 0x38/imm32/8 3125 75/jump-if-!= $far-jump-or-call?:end/disp8 @@ -2763,7 +2763,7 @@ if ('onhashchange' in window) { 3257 # . . discard args 3258 81 0/subop/add 3/mod/direct 4/rm32/esp . . . . . 8/imm32 # add to esp 3259 # curr-segment += 20 # size of a row -3260 81 0/subop/add 3/mod/direct 0/rm32/eax . . . . . 0x14/imm32 # add to eax +3260 05/add-to-eax 0x14/imm32 3261 e9/jump $emit-headers:loop/disp32 3262 $emit-headers:end: 3263 # . restore registers -- cgit 1.4.1-2-gfad0