Author Topic: Absolute beginner TUT...?  (Read 10089 times)

nobody

  • Guest
Absolute beginner TUT...?
« on: November 28, 2004, 11:59:09 PM »
anyone know of any good ones.....?
-El3ctron

nobody

  • Guest
Re: Absolute beginner TUT...?
« Reply #1 on: December 05, 2004, 10:18:33 AM »
Google for "Art Of Assembly" and get the old version, not the HLA version. This is the only one I know of and I've searched a lot.
It's for 8 $ 16 bits registers but switching to 32 bits is not a big thing. It's for DOS but if you use Linux the only difference will be in the system calls and the way they are made.

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: Absolute beginner TUT...?
« Reply #2 on: December 08, 2004, 08:31:39 AM »
AoA is a good one - but uses Masm syntax (the old 16-bit version - the 32-bit version, as you say, is for HLA... and even less use for Nasm).

Dr. Paul Carter's tut is for 32-bit Nasm...

http://www.drpaulcarter.com/pcasm

Check out the "links" page - there might be something...

If you're really an *absolute* beginner, you *might* learn something from my "Clueless Newbie's Guide to Hello World in Nasm"... but it's *very* rudimentary!

http://home.comcast.net/~fbkotler

Best,
Frank