You are on page 1of 1

Microprocessors and Interfacing

Register Array: - Assembly of flip flops together. N-bit register stores n bit data. 6 general purpose
default register capable of storing 8-bit data B, C, D, E, H, L. BC, DE, HL default pair, need not to be
mentioned in program.

If BC pair used, MSB in B and LSB in C.

General purpose registers are user accessible.

W and Z temporary register inaccessible to user.

Z(Accumulator) is special purpose register, directly connected with ALU. It is user accessible.

You might also like