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
»
Can't get NASM to run
« previous
next »
Print
Pages: [
1
]
Author
Topic: Can't get NASM to run (Read 15994 times)
nobody
Guest
Can't get NASM to run
«
on:
October 11, 2008, 04:05:16 PM »
I've downloaded NASM, followed the instructions - on XP all that happens is a console window very briefly flashes - and that's it! I'm very frustrated, I want to learn assembly but can't get very far without an assembler. Help please!
Logged
Frank Kotler
NASM Developer
Hero Member
Posts: 2667
Country:
Re: Can't get NASM to run
«
Reply #1 on:
October 11, 2008, 10:38:30 PM »
You've got an assembler. The assembler won't get very far without a file to assemble! You'll need to tell Nasm, "nasm -f win32 myfile.asm" or some such. Getting a console window in which to type this is more of an XP question than a Nasm question. Right click here and left click there... until you get what you want, I guess.
Steve Dubrovitch's site may help you:
http://project-fbin.890m.com/wrkspace.htm
If you really want something you can just click on, look into NaGoA or RadAsm (Google knows where to find 'em.)
Best,
Frank
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Using NASM
»
Can't get NASM to run