Subject: Re: Embedded development platform
To: Brian Rose <lists@brianrose.net>
From: Jukka Marin <jmarin@embedtronics.fi>
List: tech-embed
Date: 08/31/2004 18:16:31
On Tue, Aug 31, 2004 at 10:57:55AM -0400, Brian Rose wrote:
> Martin Husemann wrote:
> 
> >On Tue, Aug 31, 2004 at 10:18:18AM -0400, Brian Rose wrote:
> >
> >>10)	move.b	TEST_CONSTANT,d0
> >
> >
> >My m68k days are long forgotten, but this looks like motorola assembler
> >syntax, while gas uses sun (?) syntax. Try:
> >
> >   moevb %d0,#TEST_CONSTANT
> >
> >Martin
> >
> >
> 
> That did the trick. I'm moving from some proprietary tools that do not 
> require that notation.

There's this option to gas.. -M perhaps? .. which makes gas eat the
standard Motorola syntax.

  -jm