|
|
|
|
|
by charcircuit
1555 days ago
|
|
>So yeah, Linux does require programs to use C. You've just been isolated from it. No, in the syscall man page it tells you how to call a syscall. For x86_64 you put the syscall into rax and then use the syscall instruction (syscall is the name of an actual instruction). That man page includes more information like what registers arguments should be in or where to find the return value. |
|