OK, I don't know which particular ColfFire processor you're using, so this is speculative.
First, go to the CodeWarrior Target Settings panel (Edit | Your TargetNameHere Settings...), and select the ColdFire Assembler panel. Make sure that the Processor item is using the correct MCU deriviative for code generation.
Second, since this is a MAC- or EMAC-type instruction, I'd make sure those items on this panel are checked. See the CodeWarrior Development Studio for ColdFire Architectures v6.3 targeting Manual, page 39, for details.
Finally, you may want to read the Assembly release notes (they're usually found the CodeWarrior directory) and see if this type of instruction is supported, or uses a different assembly mnemonic so as to differentiate the extension instruction from the regular one.
---Tom
Message Edited by J2MEJediMaster on 2007-05-01 11:17 AM