HelloSilicon icon indicating copy to clipboard operation
HelloSilicon copied to clipboard

An introduction to ARM64 assembly on Apple Silicon Macs

Results 13 HelloSilicon issues
Sort by recently updated
recently updated
newest added

I cloned the repo, did `cd HelloSilicon/Chapter\ 02`, ran `make` then ran these commands: ```sh objdump -d movexamps objdump -d -M no-aliases movexamps objdump -d --macho movexamps objdump -d --macho...

The rewrite of the code for M1 forgot to initialize X1. The code is dumping a string to a random place in memory, and then writing out the unchanged hexstr.

Thanks for this great project, it is very helpful while trying to learn assembly on an Apple machine. I noticed one of your examples was referencing R0 register by mistake...