|
|
1
31
有例如 Writing A Useful Program With NASM 当然,显而易见 http://www.nasm.us/doc/nasmdoc3.html . 有几个示例程序位于 http://www.csee.umbc.edu/help/nasm/sample.shtml 如果您想了解有关汇编编程的更一般的介绍,请参见 The Art of Assembly Programming 以及NASM参考资料的维基百科页面 Assembly Language Step by Step 杰夫·邓特曼。 |
|
|
2
18
保罗·卡特博士有一本关于汇编语言的免费书。这是基于NASM的。 http://www.drpaulcarter.com/pcasm/ 以下是一些有趣的示例程序集合: |
|
|
3
6
FASM 这不是教程,但非常有用: http://flatassembler.net/docs.php?article=manual 还可以考虑看看语言附带的示例。 还有一个论坛,里面有很多信息(关于各种主题) http://board.flatassembler.net/index.php 以下是初学者常见问题解答,其中包含初学者的所有相关信息: |
|
4
2
|
|
|
5
1
对于Windows教程,我最了解的是: http://win32assembly.programminghorizon.com/tutorials.html 在本FASM论坛帖子中还翻译为FASM语法: http://board.flatassembler.net/topic.php?t=2158 |