Software StackSystem CallsDrillsQuestionsSyscall IDOn this pageSyscall IDQuestion TextWhat register stores the system call ID on x86_64?Question AnswersRIPRSPRAXRDXFeedbackRAX is the register used for passing the syscall ID and the result code.