Instruction Set
C500 Family
Semiconductor Group
4-22
1998-04-01
CLR
A
Function:
Clear accumulator
Description:
The accumulator is cleared (all bits set to zero). No flags are affected.
Example:
The accumulator contains 5CH (01011100B). The instruction
CLR
A
will leave the accumulator set to 00H (00000000B).
Operation:
CLR
(A)
¬
0
Bytes:
1
Cycles:
1
Encoding:
1 1 1 0
0 1 0 0