6.39.2 Status Register (SREG) and Boolean Formula

ITHSVNZC
0001
S

0

Cleared.

V

0

Cleared.

N

0

Cleared.

Z

1

Set.

R (Result) equals Rd after the operation.

Example:

      clr   r18       ; clear r18
loop: inc   r18       ; increase r18
      ...
      cpi   r18,0x50  ; Compare r18 to 0x50
      brne  loop
Words
1 (2 bytes)
Table 6-39. Cycles
NameCycles
AVRe1
AVRxm1
AVRxt1
AVRrc1