Resources

Here are resources that I think are useful for any assembly programmer. If you are trying to learn assembly programming, Visual MASM will guide you as well with video tutorials, code complete, hints, etc. I will try to keep this list updated regularly over time. Depending how much time I have, I’d like to record video tutorials on how to use Visual MASM. I honestly think it’s easier to learn from short videos than from learning text and a tool at the same time. I can’t multi task so I’d like to watch it first and then try to learn from it. I hope you like this concept as well.

Learn Assembly Programming

Assembly Language Step-by-Step
by Jeff Duntemann

Alt Assembly Language Step-by-Step

This is hands down the best book you can get to learn assembly programming. Jeff takes his time to explain the foundations of assembly programming before getting into the details of the syntax itself. This is important because it will teach you fundamentals no matter what platform or assembler you will be using.
Even though he teaches you how program under MS-DOS including the segmented addresses, you can ignore some of the DOS fundamentals since Windows will be your primary target. But, if you ignore the DOS sections in the book, you will learn so many important concepts that are applicable in todays Windows programming. I love it and highly recommend it, even today. The criticism I have is that Jeff has not published a book specifically for Windows programing and MASM. :-)

Peter Norton’s Assembly Language Book for the IBM PC - Revised and Expanded
by Peter & John Socha Norton (Author)

Alt Peter Norton’s Assembly Language Book for the IBM PC - Revised and Expanded

This is one of my favorite books about learning assembly programming. You can still buy it used. Get it while it’s still available. Even though it teaches about MS-DOS assembly programming, you will learn assembly programming principles that will reach into Windows assembly programming. You can follow along with an old computer or use a virtual machine with MS-DOS installed. You can also follow along with the DOS prompt but you will need DEBUG to do this.

Assembly Language for x86 Processors (7th Edition) Paperback – March 21, 2014
by Kip R. Irvine

Assembly Language for x86 Processors (7th Edition) Paperback – March 21, 2014

This one has just been released and so far it looks very good. It’s a textbook, however and a little bit on the pricey side. I have not read this book, yet. Kip’s website at http://asmirvine.com has a lot of resources including some sample videos where he is teaching you assembly programming.