基本但全面的汇编教程(linux)?
我想学习一些实用的汇编语言,刚刚在课堂上学习了基本概念。 有没有推荐的像样的书籍或教程(nasm等)?
I want to learn some practical assembly language having just learned the basic concepts in class. Are there any decent books or tutorials (nasm, etc) that would be recommended?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
PC 汇编语言 是我最喜欢的汇编编程资源。 它是现代的、免费的,并且涵盖了各种主题。 它使用 NASM 并且示例可用于 Linux(以及其他几个系统)。
PC Assembly Language is my favorite resource on assembly programming. It's modern, free, and covers a variety of topics. It uses NASM and the examples are available for Linux (among several other systems).
http://en.wikibooks.org/wiki/X86_Assembly
http://en.wikibooks.org/wiki/X86_Assembly
我同意 PC 汇编语言非常好。 其他使用 GAS 的好方法有:
I agree that PC Assembly Language is very good. Other good ones using GAS are:
“仅仅为了它而学习汇编有什么意义?”
因为你可以学习 CPU 的工作原理并更好地了解系统。 我想说理解汇编本身就是实用的。
"what is the point in learning assembly just for the heck of it? "
Because you get to learn HOW the CPU works and get a better understanding of the system. I would say understanding assembler is in itself practical.
我推荐英特尔官方手册。 您可以在英特尔网站上索取硬拷贝。
请参阅http://en.wikipedia.org/wiki/X86_assemble_language#External_links
一些资源来自我的私人朋友 Google:
I recommend the official Intel manuals. You can request the hard copy on Intel's website.
See http://en.wikipedia.org/wiki/X86_assembly_language#External_links
Some resources from my personal friend, Google:
我推荐 Jeff Duntemann 的《汇编语言逐步》步骤,第三版。 这是我对 asm 的第一次介绍,但它很好读,而且相当现代和最新。
I recommend Jeff Duntemann's Assembly Language Step By Step, Third Edition. It was my first introduction to asm, but is nice and readable and fairly modern and up to date.
我会推荐 http://pickatutorial.com 上的组装教程页面,
希望它有所帮助。
I would recommend the assembly tutorials page at http://pickatutorial.com
I hope it helps.