Re: [stella] RV: Hello....

Subject: Re: [stella] RV: Hello....
From: Mark De Smet <de-smet@xxxxxxxxxxxxxxx>
Date: Wed, 1 Nov 2000 20:24:54 -0600 (CST)
> First, I hope to be welcome to the List, I must say that I don't speak

Welcome!

> I have my firt question: how I use DASM?.... I just can't compile
> codes... today in the morning I compiled solaris... because I read
> this in some page: "dasm source.s -f3 -osource.bin". Tell me please:
> what is -f3? what others parameters there is?

I don't know the specifics of all the parameters for DASM.  However, there
is a reasonable explaination included in the file dasm.doc that came with
DASM.  -f3 creates the correct type of output that the emulators, and most
eprom programmers expect.

If your assembly language code is in the file source.asm and you want the
output file(assembled binary) to be called source.bin, then you would use
this command as you've said:

dasm source.asm -f3 -osource.bin

The -o before source.bin is an option to specify the output file.

> If I use Distella to disassemble binaries I can't compile later with
> DASM... why? which are the parameters should use?

I have never used distella.  Distella expert to answer this?

Mark


--
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/

Current Thread
  • [stella] RV: Hello....
    • Gonzalo - Wed, 1 Nov 2000 14:47:25 -0500 (EST)
      • Mark De Smet - Wed, 1 Nov 2000 21:25:00 -0500 (EST) <=
        • Gonzalo - Tue, 7 Nov 2000 13:51:42 -0500 (EST)
      • <Possible follow-ups>
      • John K. Harvey - Thu, 2 Nov 2000 02:37:58 -0500 (EST)
        • Gonzalo - Tue, 7 Nov 2000 13:51:46 -0500 (EST)