6.101.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

Example:

      sub   r0,r1  ; Subtract r1 from r0
      sbrs  r0,7   ; Skip if bit 7 in r0 set
      neg   r0     ; Only executed if bit 7 in r0 not set
      nop          ; Continue (do nothing)
Words
1 (2 bytes)
Table 6-101. 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.