This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Could the MDK-LITE 5.38.0.0 Disassembly window be faulty?

I write and compile the assembly command below.

ADCNE R0, R1

I see this line in debug windows like below. (The ADC command should not have a suffix S.)

IT NE
ADCS R0, R1                            

The S suffix to the ADC command should only be added outside the IT block.

So I think there is an error in the MDK-LITE 5.38.0.0 Disassembly window.