|
x86 calling conventions
This is the first article of a (I hope) long series of articles about 'The Basics: What everyone should know about' :) The calling convention defines the way a function or a piece of code should arrange data before calling a function, and what to do after. It responds to questions like "In which order should I pass the arguments ?", "Should I clean something ?", "Where is the result ?", ... Read More ... Comments
| ||||||