CLC

Name

Clear Carry

Function

Clear the carry bit

Syntax

CLC

Assembled

Binary

11110001

Decimal

241

Hexadecimal

0xF1

Symbolic

../../_images/clc-sym.png

Execution

1 word, 8-bit code and an execution time of 10.3 \({\mu}\) sec

Side-effects

Carry bit is reset

Implemented

clc

Detailed Description

The carry bit is reset.

The opcode for this instruction does not contain any additional data:

../../_images/clc.png