Renesas Electronics
MOVU
Transfer unsigned data
MOVe Unsigned data
[Syntax]
MOVU.size src, dest
[Operation]
dest = src;
[Function]
-
This instruction transfers src to dest as listed in the following table.
[Instruction Format]
Syntax
size
Processng Size
src
dest
Code size
(Byte)
B/W
L
dsp:5[Rs]
Rs=R0R7
Rd
Rd=R0R7
2
Rs
[Rs]
dsp:8[Rs]
3
dsp:16[Rs]
4
[Ri, Rb]
[Rs+]
[-Rs]
[Flag Change]
This instruction does not affect the states of flags.
[Description Example]
MOVU.W 2[R1], R2
MOVU.W R1, R2
MOVU.B [R1+], R2
MOVU.B [-R1], R2