answersLogoWhite

0

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

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How many bits are contained in a register pair?

A register pair typically consists of two registers, each of which can contain a specific number of bits, commonly 8, 16, or 32 bits, depending on the architecture. Therefore, the total number of bits in a register pair is double the bit width of a single register. For example, if each register is 16 bits, the register pair would contain 32 bits.


How many address bits does 8085 have?

The 8085 has a 16 bit address bus.


According to word size how many instruction in 8085?

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


How many bits wide are in register 0-7?

8 bits.


How many 8 bit register in 8085?

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


How many bits are needed for the program counter and the instruction register?

24 bits are needed for the program counter. Assuming the instructions are 32 bits, then 32 bits are needed for the instruction register.


How many bits a 8085 can process at a same time?

Generally, 8 bits at a time. Some instructions deal with 16 bit numbers.


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.


How many bits in 80286 processor?

8086 is a 16bit processor.


How many bits are wide register ACC and B?

32 bit


How many flag registers are there in 8085?

We have only one flag register of 8 bits. Bits description is as follows (Assuming D0=LSB & D7=MSB) D7=Sign Bit. D6= Zero Flag D4= Auxiliary Carry Flag D2 = Parity Flag D0= Carry Flag.


How many address bus and deta bus in 8085?

The 8085 microprocessor has a 16-bit address bus and an 8-bit data bus. This means it can address up to 2^16 (or 65,536) memory locations, while it can transfer 8 bits of data at a time. The combination of these buses allows the 8085 to efficiently access and process data from memory.