What are the calling conventions for UNIX & Linux system calls on x86-64

Posted by claws on Stack Overflow See other posts from Stack Overflow or by claws
Published on 2010-03-29T05:48:43Z Indexed on 2010/03/29 8:23 UTC
Read the original article Hit count: 385

Filed under:
|
|
|

Explains both (UNIX & Linux) calling conventions: http://www.int80h.org/bsdasm/#system-calls http://www.freebsd.org/doc/en/books/developers-handbook/x86-system-calls.html

Can any one please tell me or point me to similar doc for x86-64 on both UNIX & Linux?

© Stack Overflow or respective owner

Related posts about unix

Related posts about linux