6.43.2 Status Register (SREG) and Boolean Formula
I | T | H | S | V | N | Z | C |
– | – | – | – | – | – | 0 | – |
- Z
-
0
Zero flag cleared.
Example:
add r2,r3 ; Add r3 to r2 clz ; Clear zero
- Words
- 1 (2 bytes)
Name | Cycles |
---|---|
AVRe | 1 |
AVRxm | 1 |
AVRxt | 1 |
AVRrc | 1 |
I | T | H | S | V | N | Z | C |
– | – | – | – | – | – | 0 | – |
0
Zero flag cleared.
Example:
add r2,r3 ; Add r3 to r2 clz ; Clear zero
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.