stage 00 readme done

This commit is contained in:
pommicket 2021-08-31 02:10:17 -04:00
parent 9bcbd94e46
commit d052391270
7 changed files with 525 additions and 174 deletions

View file

@ -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