Logical Complement NOT (not)

Syntax

not $s_reg, $d_reg

not $d_reg/$s_reg

not val_immed, $d_reg

not $s_reg1, $s_reg2, $d_reg

not $d_reg/$s_reg1, $s_reg2

not $s_reg1, val_immed, $d_reg

not $d_reg/$s_reg1, val_immed

Description

Logical Complement (NOT) computes the Logical NOT of a value. This instruction complements (bit-wise) the contents of $s_reg1 and puts the result in the destination register.