Registers: 8 bit: A, B, C, D, E, H, L, F, I, R, 16 bit: SP, PC, IX, IY, and shadows of some 8b registers: A', B', C', D', E', H', L' and F'.
Most of the 8 bit registers can be used also in pairs as 16 bit registers: AF, BC, DE and HL.
SP is stack pointer, marking the bottom of stack memory (used b...