aboutsummaryrefslogtreecommitdiff
path: root/lib/arch/arm64/README.md
blob: 9bf85bf1f0a55c8cf96321b52720e67a9f4bb43b (plain) (blame)
1
2
3
4
5
6
7
8
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)