From 0d881bc974b74dff75c00a3cab5d535cbb2ace46 Mon Sep 17 00:00:00 2001 From: johannst Date: Fri, 26 Feb 2021 23:19:03 +0100 Subject: added implementation for armv7a --- lib/arch/arm/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/arch/arm/README.md (limited to 'lib/arch/arm/README.md') diff --git a/lib/arch/arm/README.md b/lib/arch/arm/README.md new file mode 100644 index 0000000..8631c93 --- /dev/null +++ b/lib/arch/arm/README.md @@ -0,0 +1,9 @@ +# Procedure Call Standard ARM64 + +- Integer/pointer arguments via `r0`-`r3` +- Integer/pointer return values via `r0` +- Callee saved registers `r4`-`r11`, `sp`, `lr`, `fp` + +## Reference +- [johannst armv7 notes](https://johannst.github.io/notes/arch/armv7.html) + -- cgit v1.2.3