Software StackSystem CallsDrillsQuestionsSyscall WrappersOn this pageSyscall WrappersQuestion TextWhat language do we use to invoke system calls?Question AnswersassemblyCC++GoFeedbackSystem calls require setting of registers that can only be done in assembly language.