6.33.2 Status Register (SREG) and Boolean Formula
I | T | H | S | V | N | Z | C |
– | – | – | – | – | – | – | – |
Example:
cbi 0x12,7 ; Clear bit 7 at address 0x12
- Words
- 1 (2 bytes)
Name | Cycles |
---|---|
AVRe | 2 |
AVRxm | 1 |
AVRxt | 1 |
AVRrc | 1 |
I | T | H | S | V | N | Z | C |
– | – | – | – | – | – | – | – |
Example:
cbi 0x12,7 ; Clear bit 7 at address 0x12
Name | Cycles |
---|---|
AVRe | 2 |
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.