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
Post a Comment