6.9.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

Example:

        cpi   r20,5     ; Compare r20 to the value 5
        brbc  1,noteq   ; Branch if Zero flag cleared
        ...
noteq:  nop             ; Branch destination (do nothing)
Words
1 (2 bytes)
Table 6-9. Cycles
NameCycles
iii
AVRe12
AVRxm12
AVRxt12
AVRrc12

i) If the condition is false.

ii) If the condition is true.