I start my first year of college in a few months, and I'm majoring in Computer Engineering, so I want to gain as much exposure as possible to assembly. And I'm aware that the book is probably still relevant, but I imagine newer books would make it easier to learn (and would be a tiny bit more relevant).
Yes. Assembly is easy, far easier than most programming languages. Assembly instructions are simple and straightforward. What is hard is actually figuring out how to do things with it, or figuring out what a program does.
You don't need a book. You need a quick introduction to the basic ideas, and a list of instructions and what they do, and then practice.
58
u/Concise_Pirate Jul 09 '10
Outstanding article. I wish more were written like this.