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)
Cycles

1 if condition is false

2 if condition is true