InterviewSolution
Saved Bookmarks
| 1. |
The instruction JG loop does ______(a) jumps to the memory location loop if the result of the most recent arithmetic op is even(b) jumps to the memory location loop if the result of the most recent arithmetic op is greater than 0(c) jumps to the memory location loop if the test condition is satisfied with the value of loop(d) none of the mentionedI got this question during an internship interview.Query is from Intel IA-32 Pentium Architecture-1 in section Processor Families of Computer Architecture |
|
Answer» Right CHOICE is (b) jumps to the memory LOCATION loop if the result of the most recent arithmetic op is GREATER than 0 |
|