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