Syntax
ornot $s_reg, $d_reg
ornot $d_reg/$s_reg
ornot val_immed, $d_reg
ornot $s_reg1, $s_reg2, $d_reg
ornot $d_reg/$s_reg1, $s_reg2
ornot $s_reg1, val_immed, $d_reg
ornot $d_reg/$s_reg1, val_immed
Description
Logical Sum with Complement (ORNOT) computes the logical OR of two values. This instruction ORs (bit-wise) the contents of $s_reg1 with the ones complement of $s_reg2 or an immediate value and then puts the result in the destination register.