6.20.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

Example:

      eor   r19,r19   ; Clear r19
loop: inc   r19       ; Increase r19
      ...
      cpi   r19,0x10  ; Compare r19 with 0x10
      brlo  loop      ; Branch if r19 < 0x10 (unsigned)
      nop             ; Exit from loop (do nothing)
Words
1 (2 bytes)
Table 6-20. Cycles
NameCycles
iii
AVRe12
AVRxm12
AVRxt12
AVRrc12

i) If the condition is false.  

ii) If the condition is true.