The CLR instruction sets the specified destination operand to a value of 0.
CLR A
;Clears Accumulator CLR A ;1 byte 1 cycle ;Clears Carry CLR C ;1 byte 1 cycle ;Clears Bit CLR 01h ;2 bytes 1 cycle