MOVZ

Synopsis:

Move if zero.

Operation:

If Ra = 0

    Rt = Rb

Description:

This instruction conditionally moves a general purpose register to a general purpose register if another register is zero. This instruction will never cause an exception.

Format:

Opcode7 Ra5 Rb5 Rt5 Reserved4 Func6
2 Ra5 Rb5 Rt5 ---- 30