I8 01100 |
MOVR32 111 |
ry |
r32 |
5 |
3 |
3 |
5 |
MOVE ry, r32 |
MIPS16e |
Move |
Move
To move the contents of a GPR to a GPR.
GPR[ry] = GPR[r32]
The contents of GPR r32 are moved into GPR ry, and r32 can specify any one of the 32 GPRs.
None
GPR[Xlat(rz)] = GPR[r32]
None