6.21.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

Example:

      cp    r16,r1  ; Compare r16 to r1
      brlt  less    ; Branch if r16 < r1 (signed)
      ...
less: nop           ; Branch destination (do nothing)
Words
1 (2 bytes)
Table 6-21. Cycles
NameCycles
iii
AVRe12
AVRxm12
AVRxt12
AVRrc12

i) If the condition is false.  

ii) If the condition is true.