Subroutine call: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
Redir - covered there
 
m Avoid redir
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
#Redirect [[Subroutine]]
A '''subroutine call''' (or '''function call''' or '''procedure call''') is the operation of invoking a [[subroutine]]. On a single [[CPU|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 [[protocol]]s which implement '''remote procedure calls'''.
 
{{semi-stub}}
 
[[Category: Basics]]
[[Category: Software Basics]]

Latest revision as of 16:41, 6 February 2023

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.