Inline assembly code compilation

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

Inline assembly code compilation

443 Views
vikas_vsp
Contributor I

I am not able to compile inline assembly code MPC561 in codewarrior IDE

Code is

DEC: .macro

          move.w #7, 0xa14406

.endm

 

This code gives error in codewarrior.

 

Please provide solution if any

Labels (1)
Tags (2)
0 Kudos
1 Reply

312 Views
ilya_r
Contributor III

Vikas,

It would help if you included the error you're getting and the code in context.

0 Kudos