6.12.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

Example:

        cpi   r26,0x56  ; Compare r26 with 0x56
        brcs  carry     ; Branch if carry set
        ...
carry:  nop             ; Branch destination (do nothing)
Words
1 (2 bytes)
Table 6-12. Cycles
NameCycles
iii
AVRe12
AVRxm12
AVRxt12
AVRrc12

i) If the condition is false.

ii) If the condition is true.