CW Coldfire 6.3 assembler bug

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CW Coldfire 6.3 assembler bug

1,330 Views
nspon
Contributor II
I seem to have found a bug in the CodeWarrior inline assembler for ColdFire. I'm using the EMAC in an MCF5208, and the MOVE.L ACCx,Dx instruction is always generating MOVE.L ACC0,Dx, regardless of what I ask for. The disassembly looks like this:

move ACC1,D4
4000033C: A184 move.l acc ,d4
add.l D4,D3
4000033E: D684 add.l d4,d3
bvs.s overflow
40000340: 6912 bvs.s MTXMul+0x6c (0x40000354); 0x40000354
move ACC2,D4
40000342: A184 move.l acc ,d4

I have the CPU set to MCF5208 and its accepting EMAC opcodes, but it just isn't generating them correctly. What should I do? Are there any updates for CW Coldfire 6.3?

Nigel
Labels (1)
0 Kudos
1 Reply

335 Views
CrasyCat
Specialist III
Hello
  Please submit a service request through our on-line support web site.
  Our support team will report that to engineering to get a fix.
 
CrasyCat
0 Kudos