The carry (C) and overflow (OV) flags are always cleared.Flags affected: if unconditional or test bit is set, then update N, Z, C, OV, LTExample: r4 = r3 | r5; // r4 = r3 logically OR'ed r5 // r7 = mask for particular bit in a bitfield rE = rE | r7; // Set the specified bitfield bit in rE (OR peforms bit set)Opcodes:_______________________________________________________