6 general purpose registers.i.e., B,C,D,E,H,L
b/c the 8085 microprocessor is the first 8 bit microprocessor which Intel is produces in 1877 and this is the first general purpose 8 bit microprocessor. there was an 8 bit general purpose register before 8085 named as 8008 but this microprocessor is not functional 8 bit microprocessor
HL is a register pair used to store 16 bit of data in 8085 microprocessor.
80bit adderss register
the purpose of mvi is to 8 bit data immidiatly to the register or memory example mvi b,05h will move 05h to register b
Accumulator is a general purpose register.it is a 8 bit register in 8085. it stores the temporary results of a current operation doing by 8085.it is also called 'A' register
stores next instructions
There are two types of registers such as: a) General purpose registers b) Special purpose registers
8085 is a 8 bit microprocessor and so A register which is also known as accumulator is also 8 bit.
stack register is a special purpose register.
HL is a register pair that is used to store 16-bit data in 8085 Microprocessor
8085 is a microprocessor designed by Intel
The TMP register in the 8085 is used to hold temporary results of operations. You cannot directly manipulate it, so you should just pretend it is not there.