What is the primary difference between a CALL instruction and a JMP…
2025
What is the primary difference between a CALL instruction and a JMP instruction in program control?
Answer: A. CALL saves the return address; JMP does not.
- A.
CALL saves the return address; JMP does not.
- B.
CALL cannot pass parameters.
- C.
JMP executes faster than CALL.
- D.
JMP saves return address automatically.
Attempted by 239 students.
Show answer & explanation
Correct answer: A
Loading lesson…