Page 1 of 1

Consider the following snippet of IA 32 assembly code:  8048390: call 8048395  8048395: pop %eax ​ (Yes, these two instr

Posted: Thu Jul 14, 2022 2:18 pm
by answerhappygod
Consider The Following Snippet Of Ia 32 Assembly Code 8048390 Call 8048395 8048395 Pop Eax Yes These Two Instr 1
Consider The Following Snippet Of Ia 32 Assembly Code 8048390 Call 8048395 8048395 Pop Eax Yes These Two Instr 1 (41.95 KiB) Viewed 39 times
Consider the following snippet of IA 32 assembly code:  8048390: call 8048395  8048395: pop %eax ​ (Yes, these two instructions are one after another, and the call instruction is referring to the address right after it.) Suppose that just before the call instruction executes, the value stored in \%esp is 0xffffd834. Then what is the value of \%eax after the pop instruction executes? a. % eax =0×8048395 b. % eax =0x ffffd834 c. \%eax =0×8048390 d. % eax =0x ffffd 830