CodeWarrior 5.9 MPC560X Error : Expected operator, got C000 on data section of asmbly language?

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

CodeWarrior 5.9 MPC560X Error : Expected operator, got C000 on data section of asmbly language?

275 Views
lizhichaosdut
Contributor III

lizhichaosdut_0-1709712984052.png

For what reason?

thanks!

0 Kudos
6 Replies

247 Views
lizhichaosdut
Contributor III

Prefix 0x is need for CodeWarrior!

0 Kudos

242 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Yes, I can confirm.

252 Views
lizhichaosdut
Contributor III

i know .hex number should use prefix 0x

0 Kudos

265 Views
lizhichaosdut
Contributor III

lizhichaosdut_0-1709715095024.png

 

.byte 4F is not OK

0 Kudos

268 Views
lizhichaosdut
Contributor III

lizhichaosdut_0-1709714636562.png

change .long to .byte is ok? for what reason?

0 Kudos

268 Views
lizhichaosdut
Contributor III

change the 0080C000 to other number like 00000000 is ok, but it is data section

0 Kudos