This commit is contained in:
ed
2026-08-29 15:33:03 -04:00
parent 44d0c2ca2a
commit 14b1d7f51c
+11 -2
View File
@@ -30,7 +30,6 @@ These are in alphabetical order by author.
[Assembly Programming and Computer Architecture for Software Engineers](https://brianrhall.com/book/)
<img src="./assets/Assembly Programming and Computer Architecture for Software Engineers (Cover_Ed2).png" alt="Book Cover" width="320">
## Casey Muratori
[Performance-Aware Programming Series](https://www.computerenhance.com/p/table-of-contents)
@@ -70,6 +69,11 @@ https://www.davidsalomon.name
[asm-lessons](https://github.com/FFmpeg/asm-lessons)
## Ginger Bill
[Everyone Says Assembly Is Untyped—Everyone Is Wrong](https://www.gingerbill.org/article/2026/08/20/designing-odins-inline-asm/)
[Odin: Inline asm Templates Overview](https://odin-lang.org/docs/inline-asm/)
## Ian Lance Taylor
[20 part Linker Essay (on LWN)](https://lwn.net/Articles/276782/)
@@ -126,7 +130,7 @@ Order by interest. My preference was on simple tools written in a C-like, data-o
* [AsmTK](https://github.com/asmjit/asmtk)
[VASM](http://sun.hasenbraten.de/vasm/)
[VASM](http://sun.hasenbraten.de/vasm/)
[FASM](https://flatassembler.net)
@@ -171,3 +175,8 @@ Assemblers below are just noted to exist but I don't care for.
[Learning Assembly YT Playlist](https://www.youtube.com/playlist?list=PLHJns8WZXCdvESvdr1BRjo4RHiR1Ylhw9)
[OSdev Entry](https://wiki.osdev.org/Assembly)
[Terse](https://www.terse.com)
[Torque](https://benbridle.com/projects/torque)