问题描述
没有任何人有任何资源在x86学习汇编语言?我想在MSVC ++ 6调试程序,经常遇到组件(就像走进的memcpy).. previously我只是忽略了这些,但memcpy的不断抛出异常,我需要找出为什么..
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..
任何帮助将是AP preciated:)
Any help would be appreciated :)
编辑:哇,很多伟大的资源。我希望我可以标记的一切,接受的答案:P
Wow, lots of great resources.. I wish I could mark everything as accepted answer :P
提示:结合人? :P
HINT: combine anyone? :P
新建编辑:我刚刚经历了答案一看,这些似乎是最好的:
New edit: I just looked through the answers, and these seemed the best:
Aseraphim的帖子
Aseraphim's post specific to intel x86
jkchong的帖子
jkchong's post for a more introductory text
推荐答案
如果你只需要了解每一个指令确实,在IA-32(x86)的参考手册和放大器; IA64指令集位于这里。
If you just need to understand what each instruction does, the reference manual for the IA-32 (x86) & IA64 instruction sets are located here.
这篇关于在线汇编语言资源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!