We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
有关基本的(几乎)非基于宏的介绍,请参阅此(< a href="http://www.freebyte.com/programming/assembler/#onlineassemblertutorials" rel="nofollow">这个也应该有用,不幸的是一些好的链接已经死了)。你的问题是大多数人在asm中编写东西都会使用宏汇编器,所以找到不使用它的教程可能非常棘手。实际上最好的地方是逆向工程教程,例如这个通用教程,因为您不使用宏汇编器进行反汇编 :P
对于更高级的低级 x86 汇编,请查看 Agner Fogs 博士优化手册(特别是第 2 卷)。
For a basic, (almost) non-macro based intro see this (this should be of use too, unfortunatly some of the good links are dead). the problem with you question is that most people writing stuff in asm will use a macro assembler, so finding tutorials that don't use it can be very tricky. the best place actually would be reverse engineering tutorials, such as this generic one, as you don't use a macro assembler for dissassembly :P
for more advanced low level x86 assembly, check out Dr Agner Fogs Optimization manuals (volume 2 specifically).