up vote 6 down vote favorite
2
share [g+] share [fb]

Does anyone know where to find a summery table or cheetsheet for the Linux system call in Assembly language? I am invoking Linux system calls through int 0x80 instruction and I need to refer to what register contains what value from time to time.

Thanks.

link|improve this question

73% accept rate
feedback

1 Answer

up vote 6 down vote accepted

Here's a really good online reference with links to documentation and kernel source code.

link|improve this answer
many thanks~ 8^D – smwikipedia Sep 10 '10 at 5:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.