Difference between revisions of "Subroutine call"

From Computer History Wiki
Jump to: navigation, search
(Stubby, but OK)
m (Avoid redir)
 
Line 1: Line 1:
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 [[protocol]]s which implement '''remote procedure calls'''.
+
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: Basics]]
 
[[Category: Software Basics]]
 
[[Category: Software Basics]]

Latest revision as of 18: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.