We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am using the KEIL MDK-5, assembly. The project compiles without some problems, but when i see the disassembly the assembler change the inmediate value
Assembler substitute one instruction for another
My code:
The instruction: SUBS R2,#0xC7
the assembler: 0x000006BC 3A00 SUBS r2,r2,#0x00
When it changes the immediate 0xC7 change all results of my process.
Somebody saw something simlar?