S3F84B8_UM_REV 1.00 6 INSTRUCTION SET6-206.3.8 BITS — BIT SETBITS dst.bOperation: dst(b) 1The BITS instruction sets the specified bit within the destination without affecting any other bits inthe destination.Flags: No flags are affected.Format:Bytes Cycles Opcode(Hex)Addr Modedstopc dst | b | 1 2 4 77 rbNOTE: In the second byte of instruction format, the destination address is four bits, the bit address ‘b’ is three bits,and the LSB address value is one bit in length.Example: Given R1 = 07H:BITS R1.3 R1 = 0FHIf the value of working register R1 is 07H (00000111B), the statement “BITS R1.3” sets bit threeof the destination register R1 to “1”, leaving the value 0FH (00001111B).