6.25.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

Example:

        subi  r19,4   ; Subtract 4 from r19
        brsh  highsm  ; Branch if r19 >= 4 (unsigned)
        ...
highsm: nop           ; Branch destination (do nothing)
Words
1 (2 bytes)
Table 6-25. Cycles
NameCycles
iii
AVRe12
AVRxm12
AVRxt12
AVRrc12

i) If the condition is false.  

ii) If the condition is true.