LD (BC),A

Operation

(BC) <- A

Mnemonic

LD

Operands

(BC),A

b7b6b5b4b3b2b1b0
0 0 0 0 0 0 1 0$02

Description

The contents of the Accumulator are loaded to the memory location specified by the contents of the register pair BC.

Condition Bits Affected

None

Example

If the Accumulator contains $7A and the BC register pair contains $1212 the instruction

	LD	(BC),A

results in $7A in memory location $1212