Hi, does anyone have any resources for learning assembly language on x86? I'm trying to debug a program in MSVC++6 and frequently come across assembly (like stepping into memcpy).. Previously I just ignored these but memcpy keeps throwing exceptions and I need to find out why..
Any help would be appreciated :)
EDIT:Wow, lots of great resources.. I wish I could mark everything as accepted answer :P
HINT: combine anyone? :P
New edit: I just looked through the answers, and these seemed the best:
Aseraphim's post specific to intel x86
jkchong's post for a more introductory text