[coldfire-gnu-discuss] GAS - Coldfire V1 instr. & registers support ?
Maxim Kuvyrkov
maxim at codesourcery.com
Fri Sep 17 15:43:20 UTC 2010
On 9/17/10 3:56 PM, Frank Juergen-R58616 wrote:
> Hi !!
>
> I try to assemble an existing file for the Coldfire V1. But I get an
> error message from the assembler
>
> m68k-elf-as -march=isac -o boot_fw.o boot_fw.s
>
> Assembler messages:
>
> boot_fw.s:100: Error: operands mismatch -- statement `mov.l %d0,%cpucr'
> ignored
Try "move.l %d0,%cpucr"
>
> boot_fw.s:111: Error: operands mismatch -- statement `cmp.b %d0,&0x01'
> ignored
Try "cmpi.b %d0,#0x01"
--
Maxim Kuvyrkov
CodeSourcery
maxim at codesourcery.com
(650) 331-3385 x724
More information about the coldfire-gnu-discuss
mailing list