There is not much discussion online about which books to read about assembly, i was looking for a concise roadmap to learn it
Thanks for helping me out
Comments
greentea23•32m ago
Not sure your time scale or starting point, but just to throw something out there: I recommend learning computer architecture first. https://archive.org/details/ComputerArchitectureAQuantitativ... I had a class in school where we had to build a simple computer on an FPGA and wrote a gcc compatible assembler for it. Passing was being able to run simple C programs on it. I felt like that project was the best experience for really understanding assembly from the bottom and from the top.
greentea23•32m ago
An unrelated resource I thought looked good was this: https://github.com/FFmpeg/asm-lessons