From 27f66dfd4f0de8623656f38bebcccd91cdc4f182 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 29 Sep 2020 21:23:57 +0200 Subject: add arm64 README --- lib/arch/x86_64/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/arch/x86_64/README.md') 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) -- cgit v1.2.3