Sign in

username:

password:



Not a member?

Search c55x



Search tips

Subscribe to c55x



c55x by Keywords

AIC23 | C5509 | CCS | CSL | EMIF | EVM | GEL | GPIO | HPI | Interfacing | JTAG | McBSP | OMAP | Omap15 | OMAP59 | RTDX | SDRAM | TMS320VC5509 | USB | XDS5

Ads

Discussion Groups

See Also

Embedded SystemsFPGAElectronics

Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).

  

Post a new Thread

MAR - Amit Jain - Feb 1 7:18:00 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



______________________________
New Code Sharing Section now Live on DSPRelated.com. Learn about the Reward Program for Contributors here.



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )

Re: MAR - Tim Thorpe - Feb 1 21:42:00 2002


"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
------------------------------------------------------------



______________________________
Start your Android Ice Cream Sandwich development on TI's AM35x Sitara ARM Cortex-A8 processor today.



(You need to be a member of c55x -- send a blank email to c55x-subscribe@yahoogroups.com )