diff options
Diffstat (limited to 'lib/arch/x86_64/README.md')
-rw-r--r-- | lib/arch/x86_64/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arch/x86_64/README.md b/lib/arch/x86_64/README.md index f573843..f81fc98 100644 --- a/lib/arch/x86_64/README.md +++ b/lib/arch/x86_64/README.md @@ -2,7 +2,7 @@ - Integer/pointer arguments via `rdi`, `rsi`, `rdx`, `rcx`, `r8`, `r9` - Integer/pointer return values via `rax` -- Callee saved registers `rbx`, `rbp`, `r12` – `r15` +- Callee saved registers `rbx`, `rbp`, `r12` – `r15` ## Reference - [johannst x86_64 notes](https://johannst.github.io/notes/arch/x86_64.html) |