Encoding:

MOVE16

000011

rd

rs

6

5

5

Format:

MOVE16 rd, rs 

microMIPS

Move Register (16-bit instr size)

Purpose:

Move Register (16-bit instr size)

To copy one GPR to another GPR.

Description:

 GPR[rd] = GPR[rs]

The contents of GPR rs are placed into GPR rd.

Restrictions:

None

Operation:

GPR[rd] = GPR[rs]

Exceptions:

None