NASM - The Netwide Assembler
NASM Forum => Using NASM => Topic started by: nobody on February 16, 2009, 06:15:12 PM
-
Im running windows vista and I cant get nasm 2 run properly on my computer, is it maybe im setting something wrong? please Ive been waiting so long to start assembly.
-
Ahhh... Last version of Windows I ran was 98... Things have changed a lot since then! Some instructions here that may help you:
http://project-fbin.890m.com/wrkspace.htm (http://project-fbin.890m.com/wrkspace.htm)
As an alternative, you could install RadAsm... or NaGoA... IDE's that will give you "something to click on" and will run Nasm for you from there... The NasmX project installs from an executable, and may set things up for you:
http://www.asmcommunity.net/projects/nasmx/ (http://www.asmcommunity.net/projects/nasmx/)
Nasm doesn't really require much setup... It expects to be run from a command prompt - the file to assemble and the output format (at least) are given on the command line. Nasm (and you probably want ndisasm, too) need to be on the path. If you can figure out how to do those two things, you should be ready to go. You might also want to set the "NASMENV" environment variable with some default options - search path for include files or something - but that's optional. If you can't figure those two things out... ask Microsoft, I guess. :)
I sympathize with your frustration in wanting to "get going". Once you get "hello world" assembling, it gets easier... or the problems get more interesting, at least... :)
Best,
Frank
-
thanks next day i get some time ill give it a shot. windows is horrible id much rather run linux but i need vista for school. im trying to learn assembly, they say i need take intro to microsoft word. its ridiculous