6.94.2 Status Register (SREG) and Boolean Formula

ITHSVNZC
H

Rd3 ∧ K3 ∨ K3 ∧ R3 ∨ R3 ∧ Rd3

Set if there was a borrow from bit 3; cleared otherwise.

S
N ⊕ V, for signed tests.
V

Rd7 ∧ K7R7Rd7 ∧ K7 ∧ R7

Set if two’s complement overflow resulted from the operation; cleared otherwise.

N

R7

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

Z

R7R6R5R4R3R2R1R0 ∧ Z

The previous value remains unchanged when the result is zero; cleared otherwise.

C

Rd7 ∧ K7 ∨ K7 ∧ R7 ∨ R7 ∧ Rd7

Set if the absolute value of the constant plus previous carry is larger than the absolute value of Rd; cleared otherwise.

R (Result) equals Rd after the operation.

Example:

                          ; Subtract 0x4F23 from r17:r16
      subi  r16,0x23      ; Subtract low byte
      sbci  r17,0x4F      ; Subtract with carry high byte
Words
1 (2 bytes)
Table 6-94. Cycles
NameCycles
AVRe1
AVRxm1
AVRxt1
AVRrc1