Question: 11. Consider the following code. Then choose the equivalent pseudocode? cmp cl, bl jbe F1 cmp bl,di Ja F1 jmp next F1: call writeDec next:

 11. Consider the following code. Then choose the equivalent pseudocode? cmp

11. Consider the following code. Then choose the equivalent pseudocode? cmp cl, bl jbe F1 cmp bl,di Ja F1 jmp next F1: call writeDec next: (3 Points) if (c > bl) AND (bl > dl) print(EBX) if (cl dl) print(EBX) if (cl dl) print(EX) O if (cl di print(EX) 12. Let's assume that the data segment begins at 00201000h: What is the content of Ei register after executing the following code? .data wVal DWORD 10,20 dVal2 DWORD 20 wval WORD 10 dVal DWORD 30 .code mov ESI, OFFSET dva 2 (2 points) 00101008 00101009 00101007 00101070

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 Databases Questions!