用于汇编的Linux系统调用表或备忘单

用于汇编的Linux系统调用表或备忘单

问题描述:

有人知道在哪里可以找到Assembly中Linux系统调用的摘要表或备忘单吗?我正在通过 int 0x80 指令调用Linux系统调用,我需要快速参考来确定哪个寄存器不时包含哪个值.

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.

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