6.48.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

Example:

      inc   r4     ; Increase r4
      cpse  r4,r0  ; Compare r4 to r0
      neg   r4     ; Only executed if r4<>r0
      nop          ; Continue (do nothing)
Words
1 (2 bytes)
Table 6-48. Cycles
NameCycles
iiiiii
AVRe123
AVRxm123
AVRxt123
AVRrc12N/A

i) If the condition is false  (no skip).

ii) If the condition is true (skip is executed) and the instruction skipped is one word.

iii) If the condition is true (skip is executed) and the instruction skipped is two words.