Syntax: |
Operation: |
Operands: |
Program Counter: |
Opcode |
Comment |
Stack |
CLN |
N = 0 |
None |
PC = PC + 1 |
1001010010101000 |
Clears the Negative (N) flag in SREG (Status Register). (Equivalent to instruction BCLR 2.)
I |
– |
||
T |
– |
||
H |
– |
||
S |
– |
||
V |
– |
||
N |
0 |
0 |
Negative flag cleared. |
Z |
– |
||
C |
– |
add r2,r3 ; Add r3 to r2 cln ; Clear Negative flag
1 (2 bytes)
Name |
Cycles |
AVRe |
1 |
AVRxm |
1 |
AVRxt |
1 |
AVRrc |
1 |