What do you mean by calling conventions?
To interface an assembly routine with a high level language program means to be able to call functions back
and forth. And to be able to do so requires knowledge of certain behavior of the HLL when calling functions.
This behavior of calling functions is called the calling conventions of the language. Two prevalent calling
conventions are the C calling convention and the Pascal calling convention.
and forth. And to be able to do so requires knowledge of certain behavior of the HLL when calling functions.
This behavior of calling functions is called the calling conventions of the language. Two prevalent calling
conventions are the C calling convention and the Pascal calling convention.
What do you mean by calling conventions?
Reviewed by MCH
on
December 25, 2012
Rating:
No comments: