answersLogoWhite

0


Best Answer

The various 16-bit registers on the 8085 are BC, DE, HL, SP, PC.

User Avatar

Wiki User

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

Wiki User

11y ago

stack pointer register

base pointer register

source index register

destination index register

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which are the various 16-bit registers in Intel 8085?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the Intel 8085?

Intel 8085 is a microprocessor that is used in various electronics devices.


Why are programme counter and stack pointer register 16 bit registers?

The program counter (PC) and stack pointer (SP) registers are 16-bit registers in the 8085 and in the 8086/8088 because that is how Intel designed the processors.


Why the name 8085 Why the name 8085 for microprocessor?

8085 is a microprocessor designed by Intel


When 8085 processor was invented?

The 8085 was introduced by Intel in 1977.


Explain the roles of registers in programming?

A register is a temporary high speed storage location for some data, usually contained in the processor's internal hardware design. The accumulator, A in the 8085, has special significance as it can be the target of most arithmetic and logical manipulation instructions. Other registers, such as B in the 8085, can hold temporary values useful during a computation. Some registers, such as HL in the 8085, can hold addresses of memory operands. Special registers, such as SP or PC in the 8085, hold the stack pointer or program counter. Sometimes, internal registers, such as TEMP in the 8085, are used in the internal design of the computer, but they are not directly accessible to the program. Sometimes, registers are combined, such as B and C being treated as one value, BC, in the 8085. This is a case of a 16 bit register. Last, status registers, such as FLAGS in the 8085, hold various things related to processor status, such as the carry flag or various interrupt masks, but they are not generally treated as arbitrary storage of data.


What is the data size in Intel 8085?

The data size in the 8085 is 8 bits.


What are the register in mocroprocessor 8085?

There are two types of registers such as: a) General purpose registers b) Special purpose registers


What is the Overview of 8085 microprocessor?

8085 is a 8 bit microprocessor designed by Intel Co.


What is the Intel 8085 used for?

for the purpose of computing.


What is a 8085 microprocessor?

with neat diagram explain the system bus structure of 8085


IN 8085 local variables will get stored in?

Registers or RAM-memory.


What are the various flags used in 8085?

there are 5 flags of intel 8085 are: Carry flag(CY), parity flag(P), Auxiliary Carry flag(AC), Zero Flag(Z), Sign flag(S).