|
Syntax: |
Operation: |
Operands: |
Program Counter: |
Opcode |
Comment |
Stack |
|
SEZ |
Z = 1 |
None |
PC = PC + 1 |
1001010000011000 |
Sets the Zero (Z) flag in SREG (Status Register). (Equivalent to instruction BSET 1.)
|
I |
– |
||
|
T |
– |
||
|
H |
– |
||
|
S |
– |
||
|
V |
– |
||
|
N |
– |
||
|
Z |
1 |
1 |
Zero flag set. |
|
C |
– |
add r2,r19 ; Add r19 to r2
sez ; Set Zero flag
1 (2 bytes)
|
Name |
Cycles |
|
AVRe |
1 |
|
AVRxm |
1 |
|
AVRxt |
1 |
|
AVRrc |
1 |