TCC

Name

Transmit Carry and Clear

Function

The accumulator is cleared. The least significant position of the accumulator
is set to the value of the carry/link. The carry/link is set to 0.

Syntax

TCC

Assembled

Binary

11110111

Decimal

247

Hexadecimal

0xF7

Symbolic

../../_images/tcc-sym.png

Execution

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

Side-effects

Carry bit is reset

Implemented

tcc

Detailed Description

If the carry bit is zero, the accumulator is set to 0000. If the carry bit is one, the accumulator is set to 0001.

In either case, the carry bit is then reset.

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

../../_images/tcc.png