stage 00 readme done
This commit is contained in:
parent
9bcbd94e46
commit
d052391270
7 changed files with 525 additions and 174 deletions
|
@ -1,7 +1,9 @@
|
|||
SYSCALL CALLING CONVENTION
|
||||
rdi rsi rdx r10 r8 r9
|
||||
Linux syscall calling convention:
|
||||
rax - syscall number
|
||||
rdi, rsi, rdx, r10, r8, r9 - arguments
|
||||
return value placed in rax
|
||||
|
||||
Instruction set:
|
||||
|
||||
mov rax, imm64
|
||||
>48 b8 IMM64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue