 | 8051 Instruction Set Manual |  |
|
|
| CLRThe CLR instruction sets the specified destination operand to a value of 0. See Also: SETB | Bytes | 1 | | Cycles | 1 | | Encoding | | | Operation |
CLR
A = 0
| | Example |
CLR A
|
| Bytes | 2 | | Cycles | 1 | | Encoding | | | Operation |
CLR
(bit) = 0
| | Example |
CLR 01h
|
| Bytes | 1 | | Cycles | 1 | | Encoding | | | Operation |
CLR
C = 0
| | Example |
CLR C
|
|
|