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 😛
HINT: combine anyone? 😛
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
If you just need to understand what each instruction does, the reference manual for the IA-32 (x86) & IA64 instruction sets are located here.