汇编语言的Linux系统调用表或清单
问题描述:
有人知道在哪里可以找到汇编语言的Linux系统调用摘要表或备忘单吗?我正在通过 int 0x80 指令调用Linux系统调用,我需要不时引用什么寄存器包含什么值.
Does anyone know where to find a summary table or cheatsheet 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.
谢谢.
答
这是一个非常好的在线参考资料,链接到文档和内核源代码.
Here's a really good online reference with links to documentation and kernel source code.