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