Syntax: |
Operation: |
Operands: |
Program Counter: |
Opcode |
Comment |
Stack |
CLZ |
Z = 0 |
None |
PC = PC + 1 |
1001010010011000 |
Clears the Zero (Z) flag in SREG (Status Register). (Equivalent to instruction BCLR 1.)
I |
– |
||
T |
– |
||
H |
– |
||
S |
– |
||
V |
– |
||
N |
– |
||
Z |
0 |
0 |
Zero flag cleared. |
C |
– |
add r2,r3 ; Add r3 to r2 clz ; Clear zero
1 (2 bytes)
Name |
Cycles |
AVRe |
1 |
AVRxm |
1 |
AVRxt |
1 |
AVRrc |
1 |