Description

Sets specified bits in register Rd. Performs the logical ORI between the contents of register Rd and a constant mask K, and places the result in the destination register Rd.

 

Operation:

(i)

Rd ← Rd v K

 

Syntax:

Operands:

Program Counter:

(i)

SBR Rd,K

16 ≤ d ≤ 31, 0 ≤ K ≤ 255

PC ← PC + 1

16-bit Opcode:

0110 KKKK dddd KKKK