NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: nobody on October 05, 2005, 07:38:10 PM

Title: New to NASM
Post by: nobody on October 05, 2005, 07:38:10 PM
Can some one give me a very simple tutorial to using NASM and show me how to write text to the screen.

-The chicken man
Title: Re: New to NASM
Post by: Frank Kotler on October 06, 2005, 01:36:19 PM
What OS? And (related), how simple do you want it? There's a *really* simple introduction on my web page (for dos):

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

That won't get you very far. For an OS-neutral way to get text on the screen, "just call printf". Dr. Paul Carter's tut takes this approach, and so can be used with dos (djgpp) or Windows or Linux:

http://www.drpaulcarter.com/pcasm (http://www.drpaulcarter.com/pcasm)

For Windows- or Linux-specific examples, look in the "files" section of the "win32-nasm-users" or "linux-nasm-users" Yahoo groups...

Best,
Frank