A collection of all the ARM64 Assembly programs I'm coding while learning Assembly.
I'll try to keep every code well documented via in-code comments and README files.
The programs contained in this repository are specifically made to work on MacOS and on Macs equipped with any Mx 64-bit ARM chip
. Every program is tested on an M1 Pro 8 CPU-Cores + 14 GPU-Cores.
I'm using the standard ARM64 instruction set and registers.
I got my inspiration from Hello Silicon and I'm also using its contents as my primary reference to learn Assembly.
ARM64 Assembly documentation I'm using:
- Arm Developer
- this summary from Dixie State University
Huge thanks to r/asm community and its users on Reddit for super fast and precise answers to any question :)