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.

  1. A.

    CALL saves the return address; JMP does not.

  2. B.

    CALL cannot pass parameters.

  3. C.

    JMP executes faster than CALL.

  4. D.

    JMP saves return address automatically.

Attempted by 239 students.

Show answer & explanation

Correct answer: A

Explore the full course: Rssb Senior Computer Instructor

Loading lesson…