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