Find the odd instruction in the following set:
2017
Find the odd instruction in the following set:
- A.
JNZ
- B.
JZ
- C.
CALL
- D.
PUSH
Attempted by 29 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.