I start writing arm64 assembly code on M1 mac. This is very simple sample code.
.global _main _main: mov x0, #1 ret
When I comp