Question: Time left 0: Consider the following code. Then choose the equivalent pseudocode? cmp eax,var2 jb L2 cmp eax, 10 Jae 12 mov var3,6 jmp next

Time left 0: Consider the following code. Then choose the equivalent pseudocode? cmp eax,var2 jb L2 cmp eax, 10 Jae 12 mov var3,6 jmp next L2: mov var3, 10 next: O a. if(eax >= var2 || eax = 10 ) var3 = 10; else var3 = 6; O d. if(eax = 10 ) var3 = 10; else var3 = 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
