Stupid NASM Problem

Programming, for all ages and all languages.
Locked
User avatar
crazygray
Member
Member
Posts: 73
Joined: Sat Nov 03, 2007 10:17 am
Location: Toky,Japan

Stupid NASM Problem

Post by crazygray »

:!: :?: How do I run NASM with XP? :?: :!:

Or is there just a nasm IDE I could use it with?
Imagine if a creature came from a 4 dimensional world, would he think you to be flat?
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Post by JackScott »

To run NASM:
Start > Run > 'cmd' ENTER
'nasm <command line arguments>' ENTER

Any particular problem you're having?

Edit: I do believe there is a NASM IDE being developed, as part of the new NASM packages. Somebody on this forum is doing it too, but I can't remember their name. My solution also requires your NASM to be in the PATH, which it probably won't be. Try also doing this:
'cd <path to nasm/source files/etc' ENTER
Locked