[channelf] Re: assembler

  • From: Kevin Lipe <kevin.lipe@xxxxxxxxx>
  • To: channelf@xxxxxxxxxxxxx
  • Date: Wed, 27 Oct 2004 17:26:59 -0500

> - i had to change all the db directives to dc.b. dasm doesn't know db.
> 
> i'm now going to implement db/dw/dd data definition directives, so that
> ftool source can be assembled with as little change as possibly.

Couldn't one just use the .byte DASM directive in the place of .db?
They look like the same thing... I know it'd break compatibility
between DASM and f8tool but... it's the conventional way of working
with byte of raw data for Atari programmers, and it works just the
same.

Kevin

Other related posts: