assembly - How do you check syscall for x86_64? -
i can't find dedicated official website search such information .
for example,if want exit
,how should syscall
introduced in x86_64?
any manual kind of details?
i'm on centos.
glibc sysdeps/unix/sysv/linux/x86_64/syscall.s
, see if helps.
Comments
Post a Comment