What Happens When An Instruction Call Is Executed?

What Happens When An Instruction Call Is Executed? When an x86 CALL instruction is executed, the contents of program counter i.e. address of instruction following CALL, are stored in the stack and the program control is transferred to subroutine. What does the call instruction do? The call instruction is used to call a function. …