mirror of
https://github.com/Ed94/ASM_Notes.git
synced 2025-08-05 14:52:43 -07:00
1.7 KiB
1.7 KiB
Assembly & Related Notes
These notes are focused on assembly language and related tooling (linkers, loaders, etc).
Speficially, those used on the following machines:
- Modern personal computers (MS Windows, Linux, or Mac)
- Video Game Consoles (fourth gen and up)
David Salomon
John R. Levine
https://www.johnlevine.com/index.phtml
Ian Lance Taylor
Tools
Order by interest. My preference was on simple tools written in a C-like, data-oriented, or procedural way. I don't want to deal with low level tooling marred by dense language abstractions.
YASM (Rewrite of (some) of Netwide in C)
Everything below is just noted to exist but I don't care for.