Q.

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 mentioned
Answer» B. jumps to the memory location loop if the result of the most recent arithmetic op is greater than 0
Explanation: this instruction is used to cause a branch based on the outcome of the arithmetic operation.
1.1k
0
Do you find this helpful?
22

View all MCQs in

Computer Architecture

Discussion

No comments yet