寻找有关基本非宏汇编语言的教程资源

发布于 2024-11-01 16:50:10 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一杯敬自由 2024-11-08 16:50:10

有关基本的(几乎)非基于宏的介绍,请参阅(< 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文