Status Register (SREG) and Boolean Formula

I T H S V N Z C

Example:

 mov w r17:16,r1:r0 ; Copy r1:r0 to r17:r16
 call check ; Call subroutine
 ...
check: cpi r16,$11 ; Compare r16 to $11
 ...
 cpi r17,$32 ; Compare r17 to $32
 ...
 ret ; Return from subroutine
Words
1 (2 bytes)
Cycles
1