On Mon, 13 Dec 2010 13:14:19 +0100
pancake <[email protected]> wrote:

> do you have the complete list of calling conventions+examples?
I just know cdecl in addition to fastcall and stdcall.

- All arguments are pushed on the stack
- Calling function cleans the stack

Example:
push 3
push 2
push 1
call F

F:
push epb
mov ebp, esp
...
pop ebp
ret

Attachment: signature.asc
Description: PGP signature

_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org

Reply via email to