tags:

views:

80

answers:

1

Hi guys~

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.

+4  A: 

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

Dean Harding
many thanks~ 8^D
smwikipedia