tech-embed archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Embedded development platform



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



Home | Main Index | Thread Index | Old Index