CLB

Name

Clear Both

Function

Clear both the accumulator and carry bit

Syntax

CLB

Assembled

Binary

11110000

Decimal

240

Hexadecimal

0xF0

Symbolic

../../_images/clb-sym.png

Execution

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

Side-effects

Carry bit and Accumulator are zeroed

Implemented

clb

Detailed Description

The accumulator is set to 0 and the carry bit is reset.

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

../../_images/clb.png