6.102.2 Status Register (SREG) and Boolean Formula
I | T | H | S | V | N | Z | C |
– | – | – | – | – | – | – | 1 |
- C
-
1
Carry flag set.
Example:
sec ; Set Carry flag adc r0,r1 ; r0=r0+r1+1
- Words
- 1 (2 bytes)
Name | Cycles |
---|---|
AVRe | 1 |
AVRxm | 1 |
AVRxt | 1 |
AVRrc | 1 |
I | T | H | S | V | N | Z | C |
– | – | – | – | – | – | – | 1 |
1
Carry flag set.
Example:
sec ; Set Carry flag adc r0,r1 ; r0=r0+r1+1
Name | Cycles |
---|---|
AVRe | 1 |
AVRxm | 1 |
AVRxt | 1 |
AVRrc | 1 |
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.