View Single Post
Old Apr 25th, 2008, 3:47 AM   #5
mrynit
Hobbyist Programmer
 
mrynit's Avatar
 
Join Date: Mar 2006
Location: olympia,WA
Posts: 332
Rep Power: 3 mrynit is on a distinguished road
Send a message via AIM to mrynit Send a message via MSN to mrynit Send a message via Yahoo to mrynit Send a message via Skype™ to mrynit
Re: Starting assembly

Quote:
Originally Posted by grimpirate View Post
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
__________________
i dont know much about programming but i try to help
mrynit is offline   Reply With Quote