MOVU

Transfer unsigned data

MOVU

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)

MOVU.size src, dest

B/W

L

dsp:5[Rs]

Rs=R0R7

Rd

Rd=R0R7

2

B/W

L

Rs

Rd

2

B/W

L

[Rs]

Rd

2

B/W

L

dsp:8[Rs]

Rd

3

B/W

L

dsp:16[Rs]

Rd

4

B/W

L

[Ri, Rb]

Rd

3

B/W

L

[Rs+]

Rd

3

B/W

L

[-Rs]

Rd

3

[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