If the processor is executing the main program that calls a subroutine, then after executing the main program up to the CALL instruction, the control will be transferred to

If the processor is executing the main program that calls a subroutine, then after executing the main program up to the CALL instruction, the control will be transferred to Correct Answer subroutine address

Since subroutine is called, to start the execution of the subroutine, the control is transferred to the subroutine address.

Related Questions