Sometimes Python (or even C/C++) isn't fast enough to do what you want on an Arm single board computer or microcontroller. Perhaps you need to access features that high-level languages don't have libraries for. At such a point, coding some Arm assembly might be required. Maria Markstedter (Fox0x01) of Azeria Labs is one of the top folks in the field. [Her website has free resources on learning Arm assembly](https://azeria-labs.com/writing-arm-assembly-part-1/). She also has a book "Arm Assembly & Reverse Engineering" and a low cost [Arm Assembly Cheat Sheet](https://azeria.gumroad.com/l/Arm-cheatsheet-2020-version) - [Azeria Labs](https://azeria-labs.com/writing-arm-assembly-part-1/).
0 commit comments