6.75.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

Example:

        mov   r16,r0    ; Copy r0 to r16
        call  check     ; Call subroutine
        ...
check:  cpi   r16,0x11  ; Compare r16 to 0x11
        ...
        ret             ; Return from subroutine
Words
1 (2 bytes)
Table 6-75. Cycles
NameCycles
AVRe1
AVRxm1
AVRxt1
AVRrc1