Skip to content

Commit 0805cad

Browse files
authored
Update 2025-06-16-draft.md
1 parent fca63a5 commit 0805cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_drafts/2025-06-16-draft.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ How to write code the Pythonic Way (with 6 examples) - [How-To Geek](https://www
3737

3838
Stop writing messy Python: a clean code crash course - [KDnuggets](https://www.kdnuggets.com/stop-writing-messy-python-a-clean-code-crash-course).
3939

40-
## A Tutorial Series on ARM Assembly
40+
## A Tutorial Series on rm Assembly
4141

42-
[![Tutorial series on ARM assembly](../assets/20250616/20250616arm.jpg)](https://azeria-labs.com/writing-arm-assembly-part-1/)
42+
[![Tutorial series on Arm assembly](../assets/20250616/20250616arm.jpg)](https://azeria-labs.com/writing-arm-assembly-part-1/)
4343

4444
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/).
4545

0 commit comments

Comments
 (0)