Operations:

Syntax:

Operation:

Operands:

Program Counter:

Opcode

Comment

Stack

CLV

V = 0

None

PC = PC + 1

1001010010111000

Description

Clears the Overflow (V) flag in SREG (Status Register). (Equivalent to instruction BCLR 3.)

Status Register (SREG) and Boolean Formula

I

T

H

S

V

0

0

Overflow flag cleared.

N

Z

C

Example:

      add   r2,r3  ; Add r3 to r2
      clv          ; Clear Overflow flag

Words

1 (2 bytes)

Table Cycles

Name

Cycles

AVRe

1

AVRxm

1

AVRxt

1

AVRrc

1