systemcat Posted April 5, 2004 Share Posted April 5, 2004 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. Quote Link to comment Share on other sites More sharing options...
+Andrew Davie Posted April 5, 2004 Share Posted April 5, 2004 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. Quote Link to comment Share on other sites More sharing options...
Starman Posted April 5, 2004 Share Posted April 5, 2004 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 Quote Link to comment Share on other sites More sharing options...
systemcat Posted April 6, 2004 Author Share Posted April 6, 2004 I am a newbie to programming the 2600.Why else do you think I'd be asking about learning the language.Still where can I learn the language?By the way,thanks Mike. Quote Link to comment Share on other sites More sharing options...
+Andrew Davie Posted April 6, 2004 Share Posted April 6, 2004 I am a newbie to programming the 2600.Why else do you think I'd be asking about learning the language.Still where can I learn the language?By the way,thanks Mike. http://www.atariage.com/forums/viewtopic.php?t=47479 Quote Link to comment Share on other sites More sharing options...
Nukey Shay Posted April 6, 2004 Share Posted April 6, 2004 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.