Jump to content
IGNORED

DASM - New home and new releases!


Dionoid

Recommended Posts

DASM 2.20.14 is released! Get the latest binaries from the dasm releases page.

 

Short summary of changes:

  • Technical Documentation / User Guide in PDF format (by @Andrew Davie)
  • Dynamic Labels support by concatenating evaluated values (by @RevEng)
  • Multiline C style /* */ comments (by @RevEng)
  • Support for mc68hc908 controller family (PR by thomas374b)
  • Cleaned up and improved Unit Tests (PR by thomas374b)
  • New switch -R to remove output file if dasm found an error during assembly (PR by thomas374b)
  • Small optimization in the Atari 2600 CLEAN_START macro (PR by @JeremiahK)
  • SETSTR expression; typically used within a macro to use the name of an argument  (by @RevEng)
  • Lots of bugfixes!

 

Thanks to all the contributors - both within as outside our team - helping to push DASM forward!

 

- The DASM Team

 

Edited by Dionoid
  • Like 6
  • Thanks 2
Link to comment
Share on other sites

  • 1 year later...

Quick DASM question (this seems like the best place to ask, I guess).  Is there any way (in-built, or via macro) to have multiple statements per line?  Nothing fancy, I could just have cleaner code if I could do (example)

 

LDA #$42 : STA ColorValue

 

Doesn't have to be a ":" separator, could be something else...

Link to comment
Share on other sites

20 minutes ago, glurk said:

Quick DASM question (this seems like the best place to ask, I guess).  Is there any way (in-built, or via macro) to have multiple statements per line?  Nothing fancy, I could just have cleaner code if I could do (example)

 

LDA #$42 : STA ColorValue

 

Doesn't have to be a ":" separator, could be something else...

Use a Macro?

 

I have a "MoveI" (move immediate) macro that does just that, so that I would write "Movei ColorValue, $42"

 

I use ca65, but same concept.

 

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