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.

ARM Assembly listing - option to not use register aliases (e.g. A1, A2, etc.)



When generating the assembly listings for ARM Cortex, the listings use register aliases such as A1, A2, V1, etc. instead of the standard R0, R1, etc.

Is there any way to have the generated assembly listings use the standard register names?