Find the odd instruction in the following set:
2017
Find the odd instruction in the following set:
Answer: D. PUSH — JNZ, JZ, and CALL are control-transfer instructions. PUSH is a stack operation, so it is the odd instruction in the set.
- A.
JNZ
- B.
JZ
- C.
CALL
- D.
PUSH
Attempted by 121 students.
Show answer & explanation
Correct answer: D
JNZ, JZ, and CALL are control-transfer instructions. PUSH is a stack operation, so it is the odd instruction in the set.
Loading lesson…