Author Topic: Looking for a full well written guide/book  (Read 8073 times)

nobody

  • Guest
Looking for a full well written guide/book
« 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.

nobody

  • Guest
Re: Looking for a full well written guide/book
« Reply #1 on: October 20, 2008, 01:44:36 AM »
Just use the official manual. You can find it here: http://www.nasm.us/doc/.

And if you want a guide to assembly language, this is the wrong place to look for it.

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: Looking for a full well written guide/book
« Reply #2 on: October 20, 2008, 02:06:37 AM »
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

nobody

  • Guest
Re: Looking for a full well written guide/book
« Reply #3 on: October 23, 2008, 04:58:41 AM »
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