A good NASM/FASM tutorial? [closed]

不想你离开。 提交于 2019-11-27 09:11:21

问题


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.


回答1:


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.




回答2:


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

  • http://cs.lmu.edu/~ray/notes/nasmexamples/
  • http://www.csee.umbc.edu/portal/help/nasm/sample.shtml
  • http://forum.nasm.us/index.php?board=3.0
  • http://www.fifi.org/doc/nasm/examples/



回答3:


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




回答4:


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.




回答5:


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



来源:https://stackoverflow.com/questions/1947121/a-good-nasm-fasm-tutorial

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!