Unalias command in ARMv7?

61 views Asked by At

I am programming the Stellaris LM3S9B92 Evalbot in assembly language (from what I gather, ARMv7 or a variety of it).

I use aliases a lot, as I find they make my code more readable. Typically, to signal that my register r2 contains a waiting value, I use :

alias r2, delay

I would like to remove that alias later in the program. Is there an "unalias" command, similar to the ".unreq" I had for my Raspberry Pi ?

EDIT : From my manual here, I gather that the flavour of Assembly language used is Thumb-2

0

There are 0 answers