`zsh: invalid system call: ./hello` when running my arm64 assembly on my apple-silicon mac
I’m learning assembly with the arm64 architecture on my M2 mac. I my hello world code (in file hello.s).
hello.s (btw: I removed the comments for readability):