114. SEZ – Set Zero Flag
114.1. Description
Sets the Zero Flag (Z) in SREG (Status Register).
Operation:
(i) Z ← 1
Syntax: Operands: Program Counter:
(i) SEZ None PC ← PC + 1
16-bit Opcode:
1001 0100 0001 1000
114.2. Status Register (SREG) and Boolean Formula
I T H S V N Z C
– – – – – – 1 –
Z 1
Zero Flag set.
Example:
add r2,r19 ; Add r19 to r2
sez ; Set Zero Flag
Words 1 (2 bytes)
Cycles 1
Atmel AVR Instruction Set Manual [OTHER]
Atmel-0856L-AVR-Instruction-Set-Manual_Other-11/2016
167