6.96.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

Example:

wait:
      sbic  0x1C,1    ; Skip next instruction if 0x1C bit 1 is cleared
      rjmp  wait      ; Bit not cleared yet
      nop             ; Continue (do nothing)
Words
1 (2 bytes)
Table 6-96. Cycles
NameCycles
iiiiii
AVRe123
AVRxm234
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.