6.28.2 Status Register (SREG) and Boolean Formula
I | T | H | S | V | N | Z | C |
– | – | – | – | – | – | – | – |
Example:
add r3,r4 ; Add r4 to r3 brvc noover ; Branch if no overflow ... noover: nop ; Branch destination (do nothing)
- Words
- 1 (2 bytes)
i) If the condition is false.
ii) If the condition is true.
Name | Cycles | |
---|---|---|
i | ii | |
AVRe | 1 | 2 |
AVRxm | 1 | 2 |
AVRxt | 1 | 2 |
AVRrc | 1 | 2 |