aboutsummaryrefslogtreecommitdiff
path: root/lib/arch/arm64
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arch/arm64')
-rw-r--r--lib/arch/arm64/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/arch/arm64/README.md b/lib/arch/arm64/README.md
new file mode 100644
index 0000000..9bf85bf
--- /dev/null
+++ b/lib/arch/arm64/README.md
@@ -0,0 +1,9 @@
+# Procedure Call Standard ARM64
+
+- Integer/pointer arguments via `x0`-`x7`
+- Integer/pointer return values via `x0`
+- Callee saved registers `x19`-`x28`, `sp`
+
+## Reference
+- [johannst arm64 notes](https://johannst.github.io/notes/arch/arm64.html)
+