Calling convention

A calling convention is a set of rules governing how software functions pass arguments, return values, use registers, and manage the call stack. It lets separately compiled code agree on how to call and return from functions.

Connect