Explain the move instruction of ARM processor

Move instruction copies N into a destination register Rd,where N is a register or immediate value

This instruction is useful for setting initial values and transferring data between registers

Syntax:<instruction>{<cond>}{S}Rd,N.

MVN-move the NOT of the 32 bit value into a register,Rd=~N

Posted on by