Operation: | SETB |
Function: | Set Bit |
Syntax: | SETB bit addr |
Instructions | OpCode | Bytes | Cycles | Flags |
SETB C | 0xD3 | 1 | 1 | C |
SETB bit addr | 0xD2 | 2 | 1 | None |
Description: Sets the specified bit.
See Also: CLR, Instruction Set
Operation: | SETB |
Function: | Set Bit |
Syntax: | SETB bit addr |
Instructions | OpCode | Bytes | Cycles | Flags |
SETB C | 0xD3 | 1 | 1 | C |
SETB bit addr | 0xD2 | 2 | 1 | None |
Description: Sets the specified bit.
See Also: CLR, Instruction Set