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