Function Invocation: Assembly view & Stack Manipulation
Came across the article on how the C function invocation happens and how the stack is manipulated in intel 30386 architectures. Even though the description is specific to win32 __cdecl APIs on Intel architecture, the concept almost remains the same in most architectures.
check it out @ http://www.unixwiz.net/techtips/win32-callconv-asm.html
[...] you are not familiar with the C function calling conventions, check out my other post Function Invocation: Assembly View & Stack Manipulation before going [...]