NASM - The Netwide Assembler
NASM Forum => Using NASM => Topic started by: nobody on October 19, 2008, 03:59:07 PM
-
I can't find anything good and comprehensive with regard to win32 nasm programming. I don't like Dr Carters crap. I just want a comprehensive guide/tutorial/examples of win32 nasm that just uses raw asm. There seems to be a serious lack of good tutorials and written books on the subject.
-
Just use the official manual. You can find it here: http://www.nasm.us/doc/. (http://www.nasm.us/doc/.)
And if you want a guide to assembly language, this is the wrong place to look for it.
-
You might look for Iczelion's tutorials. I don't think you'll find much for win32 in "raw asm", 'cause no one does it that way.
Best,
Frank
-
If you're looking for some simple assembly language implementations of 32 bit Windows (not console apps) there are some here:
http://www.geocities.com/nasm32/samples/template/template.html (http://www.geocities.com/nasm32/samples/template/template.html)