answersLogoWhite

0


Best Answer

There are 6 general purpose Registers and Two special purpose registers:

General purpose registers(8 bit basically) are B,C,D,E,H,L and SPECIAL Purpose resisters are STACK PONITER,PROGRAM COUNTER these two are 16 bit registers.

If u want make general purpose registers as 16 bit registers, the combination is BC,DE,HL these are 16 bit pair registers

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

There are three temporary registers in 8085.one is used during calculation to keep data temporary and then move it to destination and others two are 'w' and 'z' which hold address temporarily...........all these three users can't use .It is only used by processor .....

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

1.General purpose register

2.Temporary register

a)Temporary data register b)W and Z registers

3.Special Purpose register

a)Accumulator b)Flag register c)Instruction register

4.Sixteen bit register

a)Program counter b)stack pointer

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

The register names in 8085 are... 8 bit registers: A - Accumulator

F - Flags

B, C, D, E, H, L - General registers

TEMP - Only used internally - not available for general use 16 bit registers: BC, DE - General registers

HL - General register with some special uses

SP - Stack pointer

PC - Program counter

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

In an 8085, the 8-bit registers are...

A, B, C, D, E, H, L

... and the 16-bit registers are...

AF (Accumulator/Flags), BC, DE, HL, IP (Instruction Pointer), SP (Stack Pointer)

The opcode and temp register are not listed because they are not part of the "programmer's view" of the architecture. They exist, but they are only "interesting", from a hardware perspective, and they can not be independently manipulated.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Register in 8085 are of two types: a) General purpose registers b) Special purpose registers

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

General Purpose Register,

Index Register,

Pointer Register,

Flag Register,

Segment Register.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

The multipurpose registers in the 8085 are B, C, BC, D, E, DE, H, L, and HL.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

A, f, b, c, d, e, h, l, sp, pc

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the different registers in an 8085 microprocessor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why the name 8085 Why the name 8085 for microprocessor?

8085 is a microprocessor designed by Intel


What are the types of microprocessor register?

Microprocessor consists of different types of registers. They special purpose registers, general purpose registers, address registers, floating point registers and constant registers.


What do '8085' in 8085 Microprocessor signify?

The '8085' in the 8085 microprocessor is the designation given to the microprocessor by Intel. The '5' means it is a single power supply (5 volt) version of the 8080, with enhancements.


What power supply is used in microprocessor 8085 programming?

+5v necessary for microprocessor 8085.


What is the Overview of 8085 microprocessor?

8085 is a 8 bit microprocessor designed by Intel Co.


What is a 8085 microprocessor?

with neat diagram explain the system bus structure of 8085


How many bits in 8085 microprocessor?

The 8085 is an 8-bit microprocessor. Even though there are some 16-bit registers (BC, DE, HL, SP, PC), with some 16-bit operations that can be performed on them, and a 16-bit address bus, the accumulator (A), the arithmetic logic unit (ALU), and the data bus are 8-bits in size, making the 8085 an 8-bit computer.


Why does 8086 have more registers and addressing modes than 8085?

different architecture.


What is the different between MOV and MVI in 8085?

In the 8085 microprocessor, the MOV instruction copies data between two registers, or between a register and memory. The MVI instruction differs only in that the source data is contained in the byte immediately following the opcode byte.


What is crystal in microprocessor 8085?

crystal is a oscilltor in microprocessor


What is themeaning of pipe lines for 8085 microprocessor?

The 8085 is not pipelined.


Prime numbers between 1 to 10 in microprocessor 8085?

program to find prime number in 8085 microprocessor