|
Syntax: |
Operation: |
Operands: |
Program Counter: |
Opcode |
Comment |
Stack |
|
CLH |
H = 0 |
None |
PC = PC + 1 |
1001010011011000 |
Clears the Half Carry (H) flag in SREG (Status Register). (Equivalent to instruction BCLR 5.)
|
I |
– |
||
|
T |
– |
||
|
H |
0 |
0 |
Half Carry flag cleared. |
|
S |
– |
||
|
V |
– |
||
|
N |
– |
||
|
Z |
– |
||
|
C |
– |
clh ; Clear the Half Carry flag
1 (2 bytes)
|
Name |
Cycles |
|
AVRe |
1 |
|
AVRxm |
1 |
|
AVRxt |
1 |
|
AVRrc |
1 |