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.
Is ARM Keil IDE case-sensitive for all ARM assembly instructions? Is it indentation-sensitive?
How about the Assembly case-sensitivity and indentation requirements for TI MSP432P01R Assembly?
This is determined by the Assembler - not the IDE.
So, with the default assembler on ARM Keil MDK IDE, what is the answer w.r.t. identation and case-sensitivity?
I don't know off-hand, but all the manuals are here:
http://www.keil.com/support/man_arm.htm
which default assembler? Depending on which arm compiler toolchain version you are using, v5.x or v6.x?
Check this link https://developer.arm.com/docs/100068/0610/migrating-from-armasm-to-the-armclang-integrated-assembler/symbol-naming-rules
Instead of spending time here on playing "ping-pong" with other forum users, you can search compiler user manual and find answer by yourself