There are CPU and runtime crates for aarch64, and it would be a better example to show people how to use those, rather than doing the bare minimum boot-strap that doesn't even set up an interrupt vector table correctly. It should also use the semihosting crate for text output and program termination.
There are CPU and runtime crates for aarch64, and it would be a better example to show people how to use those, rather than doing the bare minimum boot-strap that doesn't even set up an interrupt vector table correctly. It should also use the
semihostingcrate for text output and program termination.