Jump to content
IGNORED

What assemblers are being used these days for 2600 dev?


SmileyDude

Recommended Posts

The last time I looked into 2600 homebrew, dasm seemed to be the assembler of choice.  But on other 6502 platforms, it seems cc65 is more popular these days.  What are people here using? I’ve used dasm quite a bit, but support for other platforms seems limited (the NES, for example).

Link to comment
Share on other sites

Interesting responses.  I’ll probably just stick with dasm for now, since it works.  But I’ve been dabbling with the NES and Apple II a bit and there just isn’t much support at all for either of those two platforms in dasm.  I’ve managed to make things work, but I had to do a lot of defining of registers myself that I didn’t need to do with the 2600.

Link to comment
Share on other sites

16 hours ago, SmileyDude said:

Interesting responses.  I’ll probably just stick with dasm for now, since it works.  But I’ve been dabbling with the NES and Apple II a bit and there just isn’t much support at all for either of those two platforms in dasm.  I’ve managed to make things work, but I had to do a lot of defining of registers myself that I didn’t need to do with the 2600.

So. Contribute your code to the dasm repository and help improve the assembler!
There are a few machines supported; the only way this gets added to is by people doing their own and sharing their work!

Link to comment
Share on other sites

  • 1 month later...

I'm late to the party, but just now saw the mention of me above.

 

I've used dasm for one project (Anguna) and ca65 for another (Robo-Ninja Climb).  My suggestion is sticking with dasm if you're really focusing on atari (it's easy, it works well, and the majority of folks here use it so it's easier to get help when you're stuck), but ca65 if you plan to work on other 6502 systems. It's got a higher learning curve for setting up your rom output, but is really nice and configurable once you learn it.

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