Status Register (SREG) and Boolean Formula

I T H S V N Z C

Example:

 add r22,r23 ; Add r23 to r22
 brcc nocarry ; Branch if carry cleared
 ...
nocarry: nop ; Branch destination (do nothing)
Words
1 (2 bytes)
Cycles

1 if condition is false

2 if condition is true