Question: QUESTION 1 Assume that the Instruction Pointer, EIP, contains 1 5 4 1 0 and the assembly language representation of the instruction in memory at

QUESTION 1
Assume that the Instruction Pointer, EIP, contains 15410 and the assembly language representation of the instruction in memory at address 15410 is JNS 189. If the flags are currently CF=1,ZF=0 and SF=1 what is the value of the EIP after the instruction executes?
QUESTION 2
The following instruction is executed. Assume that before execution, register R15 contains 018, and the flags are ZF=0,SF=1, and CF=1.0x indicates hexadecimal; do not include a 0x with your answer.
Instruction: CMP R15,0x21
After execution, register R15 contains (in Hex ) and the flags will be ZF=,SF=, and CF=q,
QUESTION 3
The following instruction is executed. Assume that before execution, register R13 contains 074,R11 initially contains 059, and the flags are ZF=0,SF=0, and CF=0.0x indicates hexadecimal; do not include a 0x with your answer.
Instruction: CMP R13,R11
After execution, register R13 contains
(in Hex) and the flags will be ZF=,SF=, and CF=q,
QUESTION 1 Assume that the Instruction Pointer,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!