ABS

Synopsis:

Absolute value of register.

Operation:

if Ra < 0

    Rt = -Ra

else

    Rt = Ra

Description:

This instruction takes the absolute value of a general purpose register and places the result in a general purpose register.

Format:

Opcode7 Ra5 Rt5 Reserved9 Func6
1 Ra5 Rt5 ---- 7