Status Register (SREG) and Boolean Formula

I T H S V N Z C

Example:

 lds r16,$00 ; Load r16 with the contents of data space location $00
 add r16,r17 ; add r17 to r16
 sts $00,r16 ; Write result to the same address it was fetched from
Words
1 (2 bytes)
Cycles
1
Note: Registers r0...r15 are remapped to r16...r31