Difference between revisions of "Subroutine call"
From Computer History Wiki
(Redir - covered there) |
(Stubby, but OK) |
||
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'''. | |
+ | |||
+ | [[Category: Basics]] | ||
+ | [[Category: Software Basics]] |
Revision as of 17:36, 6 February 2023
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.