Using "not" in ARM
So I originally asked about using hex values, I figured that out. Now I need help with the "not" command.
Is there a way to execute the "not" command in ARM to flip bits? Every time I use not it gives me the error "bad instruction".
For example I am trying the line:
not v3,v3
Thanks!
Last edited by ARosch; 12-06-2012 at 08:21 AM.
|