Subroutine call

From Computer History Wiki
Revision as of 18:36, 6 February 2023 by Jnc (talk | contribs) (Stubby, but OK)
Jump to: navigation, search

A subroutine call (or function call or procedure call) is the operation of invoking a subroutine. On a single CPU, 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.