A good NASM/FASM tutorial?

Callum Rogers picture Callum Rogers · Dec 22, 2009 · Viewed 43k times · Source

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.

Answer

Sebastian picture Sebastian · Dec 22, 2009

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.