Subroutine call

From Computer History Wiki
Jump to: navigation, search

A subroutine call (or function call or procedure call) is the operation of invoking a subroutine. On a single Central Processing Unit, this is now usually done with a special instruction in the object code; on systems which interpolate a data network between components of the system, there are protocols which implement remote procedure calls.