Encoding:

I8

01100

MOV32R

101

r32

2:0

r32

4:3

rz

5

3

3

2

3

Format:

MOVE r32, rz

MIPS16e

Move

Purpose:

Move

To move the contents of a GPR to a GPR.

Description:

GPR[r32] = GPR[rz]

The contents of GPR rz are moved into GPR r32, and r32 can specify any one of the 32 GPRs.

Restrictions:

None

Operation:

GPR[r32] = GPR[Xlat(rz)]

Exceptions:

None

Programming Notes:

The instruction word of 0x6500 (move $0,$16), expressed as NOP, is the assembly idiom used to

denote no operation.