Learn how to install ARM64 Assembly locally to solve Exercism's exercises on your own machine
To build code locally, you will need gcc and make, which can be installed using
sudo apt install gcc make
If you are not running on ARM64 hardware, install the QEMU emulator and the GCC ARM64 cross-toolchain using
sudo apt install qemu-user gcc-aarch64-linux-gnu
Use Windows Subsystem for Linux with a Debian-based distribution and follow the Ubuntu instructions from above. Alternatively, set up a Linux virtual machine.
A Linux virtual machine can be launched using any suitable virtualization solution (e.g., Lima).