ASM Books?

Started by
7 comments, last by scgrn 18 years, 6 months ago
Hello all, I am really eager to learn ASM, I've wanted to learn it for a long time now. I've seen a couple tutorials on the web but they weren't too helpful, and was just wondering what books you guys would recommend on Assembly?
"Castles made of sand, fall into the see, eventually" -Jimi Hendrix3D Buzz
Advertisement
The only book I recommend for anyone on Assembly programming is The Assembly Language, Step By Step, by Jeff Dunntemann. He taught an eager 11 year old how to do it (me), he can probably teach you. Very down to earth, very humorous writing.
Have you seen this online tutorial yet? It's supposed to be the best one.
I suggest you start here. It is the definitive resource for the pentium series of processors.
Another good source for learning assembly language, provided you know C or C++ and have an assembly reference is your C/C++ compiler. You can get most compilers to output assembly source in addition to object files. For example, with gcc you can use the -S switch.
Quote:Original post by ZedFx
I suggest you start here. It is the definitive resource for the pentium series of processors.


Thanks guys, these will be a great help.
"Castles made of sand, fall into the see, eventually" -Jimi Hendrix3D Buzz
I second the Assembly Language Step By Step book, really a great book.
...and do be sure to check the works of Mister Michael Abrash.

This topic is closed to new replies.

Advertisement