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