LD A,R

Operation

A <- R

Mnemonic

LD

Operands

A,R

b7b6b5b4b3b2b1b0
1 1 1 0 1 1 0 1$ED
0 1 0 1 1 1 1 1$5F

Description

The contents of the Memory Refresh Register R are loaded to the Accumulator

Condition Bits Affected

Sis set if, R register is negative, otherwise it is reset
Zis set if the R register is 0, otherwise it is reset
His reset
P/Vcontains contents of IFF2
NN is reset
Cis not affected

If an interrupt occurs during execution of this instruction, the Parity flag contains a 0.