DSPRelated.com
Forums

MAR

Started by Amit Jain February 1, 2002
Hi.
I am using c5510 evm board. There are instructuions called mar(TAx+K8)
in mnemonics of 55x. I am using
mar(AR6 + #1) and compiler says that its an invalid mnemonic. see below
.

"makeam_pl_reduce_fixed.asm", ERROR! at line 162: [E9999] Syntax Error
mar(AR6+#1)

"makeam_pl_reduce_fixed.asm", ERROR! at line 162: [E9999] Invalid
mnemonic
specified
mar(AR6+#1)

i TRIED USING mmap qualifier still error is there.
In the document an example instruction is given as
mar(ar0 + #255)
this also produces same error.
Can u suggest how can i remove it.
Thanks
Amit




"Amit Jain" <> wrote: >"makeam_pl_reduce_fixed.asm", ERROR! at line 162: [E9999] Syntax Error
> mar(AR6+#1)

There are two flavours of assembler language, algebraic and
mnemonic. Your instruction above is algebraic, so you need
to use the algebraic assembler (or give the -mg flag to the
compiler).

Tim.
------------------------
Tim Thorpe Tel: +44 1223 240366
Fax: +44 1223 414402
------------------------