6.99.2 Status Register (SREG) and Boolean Formula

ITHSVNZC
0
S
N ⊕ V, for signed tests.
V

0

Cleared.

N

R7

Set if MSB of the result is set; cleared otherwise.

Z

R7R6R5R4R3R2R1R0

Set if the result is 0x00; cleared otherwise.

R (Result) equals Rd after the operation.

Example:

      sbr   r16,3     ; Set bits 0 and 1 in r16
      sbr   r17,0xF0  ; Set 4 MSB in r17
Words
1 (2 bytes)
Table 6-99. Cycles
NameCycles
AVRe1
AVRxm1
AVRxt1
AVRrc1