I have got a question about linux x86 system calls in assembly.
When I am creating a new assembly program with nasm on linux, I\'d like to know which system calls I
Perhaps you are looking for something like linux/syscalls.h[1], which you have on your system if you've installed the Linux source code via apt-get or whatever your distro uses.
[1] http://lxr.free-electrons.com/source/include/linux/syscalls.h#L326