Logical Sum OR (bis)

Syntax

bis $s_reg, $d_reg

bis $d_reg/$s_reg

bis val_immed, $d_reg

bis $s_reg1, $s_reg2, $d_reg

bis $d_reg/$s_reg1, $s_reg2

bis $s_reg1, val_immed, $d_reg

bis $d_reg/$s_reg1, val_immed

Description

Logical Sum (OR) computes the Logical OR of two values. This instruction ORs (bit-wise) the contents of $s_reg1 with the contents of $s_reg2 or the immediate value and then puts the result in the destination register.