,,,
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
section .text
|
||||
global core_syscall
|
||||
.intel_syntax noprefix
|
||||
.globl core_syscall
|
||||
.section .text
|
||||
|
||||
core_syscall:
|
||||
mov rax, rdi
|
||||
mov rdi, rsi
|
||||
mov rsi, rdx
|
||||
mov r10, rcx
|
||||
movq rax, rdi
|
||||
movq rdi, rsi
|
||||
movq rsi, rdx
|
||||
movq r10, rcx
|
||||
syscall
|
||||
ret
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user