Problem with nesasm.exe
Problem with nesasm.exe
How do I run nesasm.exe? Everytime I click run whenever it says "Do you want to run this application?" I clicked the run button and it didn't do anything. Please help me.
I havn't used 'nesasm.exe' myself, but it looks like it's a console application, not a GUI application. This means you'll have to run it from a command prompt window. Open a command prompt, then use 'cd' to navigate to the directory where 'nesasm.exe' is located, then type 'nesasm' and see what happens. Most likely, it'll tell you the correct syntax for running 'nesasm' on the command line.
If this works, but you don't understand the message you get fron 'nesasm', maybe you could post the message here and see if anyone can advise further.
If this works, but you don't understand the message you get fron 'nesasm', maybe you could post the message here and see if anyone can advise further.
- BitWise
- In Memoriam
- Posts: 996
- Joined: 02 Mar 2004
- Location: Berkshire, UK
- Contact:
Also be aware that Windows XP SP2 removed the ability to run older (16-bit) DOS executables.
Andrew Jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
All it says is this:
Nintendo Assembler (v.1) By Charles Doty (cdoty@doitnow.com)
Original program by J. H. Van Ornum, modified by David Michael
NESASM [-a] [-? (For Help)] infile
Now what's wrong with it?
Nintendo Assembler (v.1) By Charles Doty (cdoty@doitnow.com)
Original program by J. H. Van Ornum, modified by David Michael
NESASM [-a] [-? (For Help)] infile
Now what's wrong with it?