NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Using NASM
»
New to NASM
« previous
next »
Print
Pages: [
1
]
Author
Topic: New to NASM (Read 10823 times)
nobody
Guest
New to NASM
«
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
Logged
Frank Kotler
NASM Developer
Hero Member
Posts: 2667
Country:
Re: New to NASM
«
Reply #1 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
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
For Windows- or Linux-specific examples, look in the "files" section of the "win32-nasm-users" or "linux-nasm-users" Yahoo groups...
Best,
Frank
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Using NASM
»
New to NASM