Consider the following snippet of IA 32 assembly code: 8048390: call 8048395 8048395: pop %eax (Yes, these two instr
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Consider the following snippet of IA 32 assembly code: 8048390: call 8048395 8048395: pop %eax (Yes, these two instr
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!