有好的 NASM/FASM 教程吗?
有人知道任何好的 NASM 或 FASM 教程吗?我正在尝试学习汇编程序,但似乎找不到任何好的资源。
Does anyone know any good NASM or FASM tutorials? I am trying to learn assembler but I can't seem to find any good resources on it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
例如使用 NASM 编写有用的程序,当然还有明显的http://www.nasm.us/doc/nasmdoc3.html。
http://www.csee.umbc.edu 有几个示例程序/help/nasm/sample.shtml
如果您正在寻找有关汇编编程的更一般性介绍,请访问 汇编编程的艺术 和 NASM 参考资料的维基百科页面 汇编语言循序渐进作者:Jeff Duntemann。
There is e.g. Writing A Useful Program With NASM and of course the obvious http://www.nasm.us/doc/nasmdoc3.html.
There are a couple of sample programs at http://www.csee.umbc.edu/help/nasm/sample.shtml
If you are looking for a more general introduction to assembly programming there is The Art of Assembly Programming and the wikipedia page on NASM references Assembly Language Step by Step by Jeff Duntemann.
Paul Carter 博士有一本关于汇编语言的免费书籍。它基于 NASM。
http://www.drpaulcarter.com/pcasm/
有一些有趣的示例程序集合,位于
There is a free book on assembly language by Dr. Paul Carter. It's based on NASM.
http://www.drpaulcarter.com/pcasm/
There are some interesting collections of sample programs at
FASM
这不是教程,但非常有帮助:
http:// flatassembler.net/docs.php?article=manual
还可以考虑查看该语言附带的示例。
还有一个包含大量信息的论坛(关于各种主题)
http://board.flatassembler.net/index .php
这是初学者常见问题解答,其中包含适合初学者的所有相关信息:
http:// /board.flatassembler.net/topic.php?t=2530
FASM
This is not an Tutorial but it is very helpful:
http://flatassembler.net/docs.php?article=manual
consider also to take a look at the examples that comes with the language.
There is also a forum with plenty of informations (about various Topics)
http://board.flatassembler.net/index.php
Here is a Beginner FAQ with all relavant informations for beginners:
http://board.flatassembler.net/topic.php?t=2530
我也是刚刚学习,前几天才发现的。
汇编语言编程的艺术
我没有我没有读完全部内容,但我已经使用了其中的一部分。
I'm just learning too, and just found this the other day.
The Art of Assembly Language Programming
I haven't read it all, but I've used bits of it.
对于 Windows 教程,这些是我所知道的最好的:
http://win32 assembly.programminghorizon.com/tutorials.html
在此 fasm 中也翻译为 fasm 语法论坛帖子:
http://board.flatassembler.net/topic.php?t=2158
For Windows tutorials, these are the best I know of:
http://win32assembly.programminghorizon.com/tutorials.html
Also translated to fasm syntax in this fasm forum post:
http://board.flatassembler.net/topic.php?t=2158