Status Register (SREG) and Boolean Formula

I T H S V N Z C

Example:

 cpi r26,$56 ; Compare r26 with $56
 brcs carry ; Branch if carry set
 ...
carry: nop ; Branch destination (do nothing)
Words
1 (2 bytes)
Cycles

1 if condition is false

2 if condition is true