Quote:
Originally Posted by grimpirate
My previous experience with assembly was using the Little Computer 3 from a textbook in college, which was basically an emulator, and we could write low-level code for it.
|
http://www.amazon.com/Introduction-C...dp/0072467509/
The only x86 asm i have gone has been in line with C. I am using gcc with the flag -MASM=intel to use intel syntax not AT&T.
here is a good ~200 page pdf intro to x86 asm. it is well writen with internal linking. here is some other stuff that may help
http://faculty.washington.edu/dmclan.../asmstuff.html