Does anyone know where to find a summary table or cheatsheet for the Linux system call in Assembly?
I am invoking Linux system calls through the int 0x80 instruction and I need a quick reference to determine which register contains which value from time to time.
Does anyone know where to find a summary table or cheatsheet for the Linux
Share
Here’s an archive of a really good online reference with links to documentation and kernel source code.