PDA

View Full Version : Learning resources for assembly?



hanniph
September 8th, 2008, 07:34 PM
Hey, I've just started my studies in software engineering and I'm taking course of assembly programming. I wonder, if any of you have any cool links/ebooks or other additional material to recommend? thanks in advance :)

leg
September 8th, 2008, 07:41 PM
I found Assembly Language step-by-step (http://www.duntemann.com/assembly.htm) by Jeff Duntemann to be very useful for learning assembly language.

QsM
September 8th, 2008, 08:22 PM
For x86 assembly I would recommend "Assembly Language for Intel-Based Computers" by Kip Irvine.

mujambee
September 9th, 2008, 07:42 AM
If you are going on Intel, go to http://www.intel.com/products/processor/manuals and read the whole of Volume 1.

Then, if you feel that you need it, you can "start" learning assembler. ;)