6.23.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

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)
Table 6-23. Cycles
NameCycles
iii
AVRe12
AVRxm12
AVRxt12
AVRrc12

i) If the condition is false.  

ii) If the condition is true.