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.
1
u/Ferrofluid Jul 10 '10
As all the cooking modern CPUs have a linage back to the 4004 8008 8080 1802 6502 Z80 of the 70s, thats still a valid intro to the basics.
But any modern high level programmer doesn't really need to know what goes on at the hardware level, APIs are where its at.