Jump to content
IGNORED

DASM won't work


Recommended Posts

I always like to test new software that I get,and all DASM does is flash on my screen for a second,and then go off.I need a verison that will work under Windows.Does anyone know of one?Plus I've never worked with this language before.Does anyone also know of a site where I can really read up on it.It reminds me of Color Basic but I know it's not. :?

Link to comment
Share on other sites

I always like to test new software that I get,and all DASM does is flash on my screen for a second,and then go off.I need a verison that will work under Windows.Does anyone know of one?Plus I've never worked with this language before.Does anyone also know of a site where I can really read up on it.It reminds me of Color Basic but I know it's not. :?

 

You have posted this message in a "2600 Programming for Newbies" forum, which is chock-full of exactly the sort of advice and information you are seeking.

 

Right now you're not aware that your question is fundamentally flawed in its assumptions. Please take the time to read the tutorials; they're there for people with the exact same questions as you.

Link to comment
Share on other sites

I always like to test new software that I get,and all DASM does is flash on my screen for a second,and then go off.I need a verison that will work under Windows.Does anyone know of one?Plus I've never worked with this language before.Does anyone also know of a site where I can really read up on it.It reminds me of Color Basic but I know it's not. :?

 

dasm is a command-line app, not a "Windows app" in the sense that it has a GUI and "File", "Edit", etc.

 

Open up your Command Prompt app and run it from there.

 

Mike

Link to comment
Share on other sites

What they meant was that you just can't click on Dasm's .exe file to run it. Dasm expects that you are specifying a source file to compile...as in...

 

dasm pacman.asm -f3 -opacman.bin

 

That would take a text file (pacman.asm) and turn it into a binary called pacman.bin that is compatable with the 2600. You need to use parameters such as those so that it knows what you want to do.

 

Check out the other threads so you can see how those text files are created...and look up the beginner's M/L links as well. Like these:

 

http://www.atariarchives.org/

 

http://atariage.com/2600/programming/2600_101

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...