MOVNZ

Synopsis:

Move if non-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 non-zero. This instruction will never cause an exception.

Format:

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