This commit is contained in:
ed
2026-08-29 15:33:03 -04:00
parent 44d0c2ca2a
commit 14b1d7f51c
+10 -1
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/) [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"> <img src="./assets/Assembly Programming and Computer Architecture for Software Engineers (Cover_Ed2).png" alt="Book Cover" width="320">
## Casey Muratori ## Casey Muratori
[Performance-Aware Programming Series](https://www.computerenhance.com/p/table-of-contents) [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) [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 ## Ian Lance Taylor
[20 part Linker Essay (on LWN)](https://lwn.net/Articles/276782/) [20 part Linker Essay (on LWN)](https://lwn.net/Articles/276782/)
@@ -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) [Learning Assembly YT Playlist](https://www.youtube.com/playlist?list=PLHJns8WZXCdvESvdr1BRjo4RHiR1Ylhw9)
[OSdev Entry](https://wiki.osdev.org/Assembly) [OSdev Entry](https://wiki.osdev.org/Assembly)
[Terse](https://www.terse.com)
[Torque](https://benbridle.com/projects/torque)