This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How should the memory information appear in disassembler window

Hello,

As I mentioned in previous posts, the disassembler windows mis-translate data into instructions.

It doesnot affect the function, but doesnot make sense because I am using default sections.

I think instructions can not appear in those sections that contain data, right?

 

right now, in my code, the data 0x00040003 should show up exactly as 0x00040003 in the disassembler window, right?

but it shows a NOP there. I think by defining sections, data and instructions are separated, CCS should know that and then to translate correctly.

There should be a way to make it work.

Sorry I kept asking this question for three times.

 

regards,

-Da