6.22.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

Example:

          subi r18,4     ; Subtract 4 from r18
          brmi negative  ; Branch if result negative
          ...
negative: nop            ; Branch destination (do nothing)
Words
1 (2 bytes)
Table 6-22. Cycles
NameCycles
iii
AVRe12
AVRxm12
AVRxt12
AVRrc12

i) If the condition is false.  

ii) If the condition is true.