IP2022 User’s Manual—Instruction Set Architecture www.ubicom.com 209 SETB fr,bit Set Bit in fr Operation: fr.bit = 1 Bits affected: None Opcode: 0101 bbbf ffff ffff Description: This  instruction  sets  a  bit  in  the  specified  data
memory location to 1 without changing the other
bits in the register. The data memory location and
the bit number (0 through 7) are the instruction
operands.
Cycles: 1 Example: setb  0x099,7 This example sets the most significant bit of data
memory location 0x099.