Status Register (SREG) and Boolean Formula

I T H S V N Z C

Example:

 eor r27,r27 ; Clear r27
loop: inc r27 ; Increase r27
 ... 
 cpi r27,5 ; Compare r27 to 5
 brne loop ; Branch if r27<>5
 nop ; Loop exit (do nothing)
Words
1 (2 bytes)
Cycles

1 if condition is false

2 if condition is true