6.14.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

Example:

        cp    r1,r0  ; Compare registers r1 and r0
        breq  equal  ; Branch if registers equal
        ...
equal:  nop          ; Branch destination (do nothing)
Words
1 (2 bytes)
Table 6-14. Cycles
NameCycles
iii
AVRe12
AVRxm12
AVRxt12
AVRrc12

i) If the condition is false.  

ii) If the condition is true.