how to write XOR in assembly(ARM) -


i want xor value of 2 register.but compile return error how write xor in assembly(arm)

xor r1,r1,r0; 

compiler gives error,

 error: bad instruction `xor r1,r1,r0' 

the instruction called eor not xor 1 expect. no idea why.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -