Are there any advanced books or tutorials on programming the Arm64?
Most of the books out there spend the first five chapters explaining what a register is and what memory is. I’ve written code in 5 other assembly languages, so I really don’t need that.
The official Arm documentation seems more like an encyclopedia article for each instruction rather than a practical guide to writing code. The FP and Neon documentation is particular awful.
Is there something in between?