answersLogoWhite

0


Best Answer

There are seven 8 bit registers in the 8085. A, B, C, D, E, H, and L

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many 8 bit register in 8085?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many bits are contained in the A register of a 8085 CPU?

8085 is a 8 bit microprocessor and so A register which is also known as accumulator is also 8 bit.


What is ax or accumulator register?

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


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.


According to word size how many instruction in 8085?

The 8085 is an 8 bit processor, so its word length is 8 bits.


What does mvI DO IN 8085 microprocessor?

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


What is the function of accumulator 8085?

It is an 8 bit register which is accessable to programmer and is main fuction is to perfom all arithmetic and logical function.


Why does 8085 microprocessor has 8 bit flag register when it has only 5 flags?

The 8085 microprocessor has an 8-bit flag register, even though it only has 5 flags, because all of the registers in the 8085 are 8-bit or 16-bit. In fact, the flags register is considered to be part of the accumulator, as one "register pair", for purposes of stack push/pop and interrupt call/return. Be warned, however, that you should not attempt to change the state of bits stored on the stack and then pop'ing them into AF, because some of the three "unused" bits might be undocumented but actually used, or their meaning might change between different versions of the chip.


What is memory address register of Intel 8085?

8 bits


If the A register was intialized to zero and incremented 512 times what would be the contents of the A register?

If the A register in an 8085 was initialized to zero and then incremented 512 times, its final value would be zero.Since the 8085 is an 8 bit computer, the A register would overflow from 255 to 0 on the 256th increment, and overflow again from 255 to 0 on the 512th increment.


How many bit input is given to a microprocessor?

8 bit input is given to Intel 8085 microprocessor.


What is mean by register pair of 8085?

In the 8085, six registers (B, C, D, E, F, H, and L) can be used as individual 8-bit registers, or paired up and treated as 16-bit registers. The pairs are BC, DE, and HL.


Which type of architecture 8085 has?

8 bit