Subroutine call

From Computer History Wiki
Revision as of 18:41, 6 February 2023 by Jnc (talk | contribs) (Avoid redir)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.