Jump to content
IGNORED

DASM IDE


Recommended Posts

I put together what I'm calling a Proof of Concept IDE/Front end for DASM and z26 since I have been working through the very well done tutorials on assembly. I'm sure better versions of this exist but I though somebody may find it helpful. It lets you type your code in, hit test and it compiles your code and starts z26 with your file automatically. I think it's good for beginners but obviously needs some more work done to it in order to be more useful but it currently provides all the tools you need to test and run 2600 ML in one program plus it shows you output from the assembler and any errors, if you click on an error it takes you right to that line number so you can edit it(kind of like visual studio does). I am making no claims to DASM or z26, this is just a front end for those tools and those programs are the ones doing ALL the hard work.

 

If I get some positive feedback I'll keep expanding it. Let me know what you guys think.

 

Atari 2600 IDE 1.0 POC.zip

 

or grab it here:

http://www.mediafire...o7unyh89ej72jcr

Link to comment
Share on other sites

Seemed to worked just fine.

For someone like me that has been exclusively in the Windows environment for last 15 years and not used to command line assembly this could be helpful.

 

Just out of curiosity; why did you choose z26 over Stella as the emulator? Is Z26 more true to the VCS console?

Link to comment
Share on other sites

Seemed to worked just fine.

For someone like me that has been exclusively in the Windows environment for last 15 years and not used to command line assembly this could be helpful.

 

Just out of curiosity; why did you choose z26 over Stella as the emulator? Is Z26 more true to the VCS console?

 

Glad to hear it worked well!

 

I have no good reason for using z26 really, I haven't used Stella much so I just picked z26. Making it run with Stella would involve one line of code being changed I suspect so if I keep expanding it one of the first things I'll add is support for Stella so you can choose which emulator you want to use. I also would like to add support for stuff like VICE because there is no reason you couldn't just as easily write C64, Apple ][, etc since it uses DASM and it supports them.

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...