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 NEADCS 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.
I downloaded and installed MDK 5.38a, but I don't know if it's because I'm using the lite version, the current version is still MDK 5.38.
In this case, there is the problem that I have already mentioned.