Multiple choice

Which of the following instructions is encountered by microprocessor at the end of subroutine due to which it returns the control to the main program?

  1. CALL

  2. RET

  3. INTn

  4. IRET

  5. JMP

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This instruction is encountered by microprocessor at the end of subroutine due to which it returns the control to the main program.