8051 Instruction Set Manual
Technical Support
On-Line Manuals
The SETB instruction sets the bit operand to a value of 1. This instruction can operate on the carry flag or any other directly addressable bit. No flags are affected by this instruction.
See Also: CLR
SETB (bit) = 1
SETB 63h
SETB C = 1
SETB C
Related Knowledgebase Articles