Question: Given the following initial values and IA32 instructions, use these initial values for each question given below (each question is based on the initial values,

Given the following initial values and IA32 instructions, use these initial values for each question given below (each question is based on the initial values, not any changes the previous question might or might not implement). Address Value Ox100 OxFF Ox 104 OXAB Ox108 0x13 0x10C Ox11 Register eax ebx Value Ox100 Ox104 Ox001 Ox003 ecx edx movi Ox100, %eax #What is stored in eax? movl (%eax, %edx, 4), %ecx #What is stored in ecx? decl %ecx #What is stored in ecx? leal (0, %ebx, 5), %ecx #What is stored in ebx? Your answer should be in hex notation, begin with Ox, and is case-insensitive
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
