Status Register (SREG) and Boolean Formula

I T H S V N Z C
C
R15
Z

R15R14R13R12R11R10R9R8R7R6R5R4R3R2R1R0

Set if the result is $0000; cleared otherwise.

R (Result) equals R1,R0 after the operation.

Example:

muls r21,r20 ; Multiply signed r21 and r20
mov w r20,r0 ; Copy result back in r21:r20
Words
1 (2 bytes)
Cycles
1