Directory
References
Discover
subroutine call
programming
Learn about this topic in these articles:
central processing units
- In computer: Central processing unit
A related instruction is the subroutine call, which transfers execution to a subprogram and then, after the subprogram finishes, returns to the main program where it left off.
Read More