Encoding:

I8

01100

MOVR32

111

ry

r32

5

3

3

5

Format:

MOVE ry, r32

MIPS16e

Move

Purpose:

Move

To move the contents of a GPR to a GPR.

Description:

GPR[ry] = GPR[r32]

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

Restrictions:

None

Operation:

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

Exceptions:

None