Jump to content
IGNORED

Help with DASM!


Ecernosoft

Recommended Posts

Hello!

So I've written ASM code on the Atari 2600, 5200, 7800, 8bit, and X16, BUT I've used 8bit work shop or the X16's built in monitor because whenever I tried to assemble a file, it didn't tell me where it made the .bin file and as a result, I couldn't really use dasm. Could someone tell me how to access the assembled files?

Link to comment
Share on other sites

If you don't use any options, the final binary file will be "a.out"

 

The right way to invoke dasm is:

 

    dasm source.asm -osource.bin -f3

 

Where the option -o is the name of the output file (notice no blanks between the option and the filename).

 

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