|
Syntax: |
Operation: |
Operands: |
Program Counter: |
Opcode |
Comment |
Stack |
|
SEC |
C = 1 |
None |
PC = PC + 1 |
1001010000001000 |
Sets the Carry (C) flag in SREG (Status Register). (Equivalent to instruction BSET 0.)
|
I |
– |
||
|
T |
– |
||
|
H |
– |
||
|
S |
– |
||
|
V |
– |
||
|
N |
– |
||
|
Z |
– |
||
|
C |
1 |
1 |
Carry flag set. |
sec ; Set Carry flag
adc r0,r1 ; r0=r0+r1+1
1 (2 bytes)
|
Name |
Cycles |
|
AVRe |
1 |
|
AVRxm |
1 |
|
AVRxt |
1 |
|
AVRrc |
1 |