6.97.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

Example:

waitset: 
      sbis  0x10,0   ; Skip next instruction if bit 0 at 0x10 is set
      rjmp  waitset  ; Bit not set
      nop            ; Continue (do nothing)
Words
1 (2 bytes)
Table 6-97. 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.