coda
This commit is contained in:
parent
9bc8a11afe
commit
c75af0c8e5
28 changed files with 711 additions and 64 deletions
|
@ -1,16 +0,0 @@
|
|||
.global syscall5
|
||||
.global syscall6
|
||||
|
||||
syscall5:
|
||||
syscall6:
|
||||
# SysV calling convention: RDI, RSI, RDX, RCX, R8, R9, 8(%rsp)
|
||||
# Linux syscall calling convention: RAX, RDI, RSI, RDX, R10, R8, R9
|
||||
mov %rdi, %rax
|
||||
mov %rsi, %rdi
|
||||
mov %rdx, %rsi
|
||||
mov %rcx, %rdx
|
||||
mov %r8, %r10
|
||||
mov %r9, %r8
|
||||
mov 8(%rsp), %r9
|
||||
syscall
|
||||
ret
|
Loading…
Add table
Add a link
Reference in a new issue