aboutsummaryrefslogtreecommitdiff
path: root/lib/arch/arm64/README.md
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-09-29 21:23:57 +0200
committerjohannst <johannes.stoelp@gmail.com>2020-09-29 21:23:57 +0200
commit27f66dfd4f0de8623656f38bebcccd91cdc4f182 (patch)
tree25eaad0b195160e644dbc4884f0b2ef1e810faca /lib/arch/arm64/README.md
parentc445d128720e96adcdd12db9849f19fd60fca353 (diff)
downloadmatcha-threads-27f66dfd4f0de8623656f38bebcccd91cdc4f182.tar.gz
matcha-threads-27f66dfd4f0de8623656f38bebcccd91cdc4f182.zip
add arm64 README
Diffstat (limited to 'lib/arch/arm64/README.md')
-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)
+