Status Register (SREG) and Boolean Formula

I T H S V N Z C

Example:

 cp r11,r12 ; Compare registers r11 and r12
 brge greateq ; Branch if r11 ≥ r12 (signed)
 ...
greateq: nop ; Branch destination (do nothing)
Words
1 (2 bytes)
Cycles

1 if condition is false

2 if condition is true