answersLogoWhite

0

8 bits

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What are the maximum positive numbers can be stored in Intel 8085?

The Intel 8085 microprocessor uses an 8-bit data bus and a 16-bit address bus. It can address 64 KB of memory, with each memory location capable of storing a byte. Therefore, the maximum positive number that can be represented in an 8-bit register is 255 (2^8 - 1), while in a 16-bit address space, the maximum is 65,535 (2^16 - 1) when considering the entire memory range.


How would you use indirect address?

An indirect address is an address contained in a register or memory location, instead of in the instruction itself. In the 8085, the most common form is to load or calculate an address in the HL register, and then access the memory pointed to by HL using the M register designation, such as MOV A,M.


What is h-L in the Intel 8085?

HL is a register pair that is used to store 16-bit data in 8085 Microprocessor


Why H-L pair register in 8085 is called special purpose register?

hl pair holds the address of the location pointed by the memory pointer M


How much maximum memory size that 8085 can access?

The 8085 microprocessor is an 8-bit processor with a 16-bit address bus. This means it can access a maximum of 64 KB (2^16) of memory. The 8085 can address memory locations from 0000H to FFFFH, totaling 64 KB of memory space. This limitation is due to the 16-bit address bus, which can only address up to 64 KB of memory.


Which are the various 16-bit registers in Intel 8085?

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


How many memory address can by address by 8085?

64 kb


What is one address microprocessor?

As far I know...Intel 8085 isz One address microprocessor.


Why hl register pair special pair register?

The HL register pair in microcontrollers and microprocessors, such as the Intel 8085, serves as a special-purpose register for efficient data manipulation. It can hold a 16-bit address or a 16-bit data value, allowing for easy access to memory locations and facilitating operations like indirect addressing. This capability makes it particularly useful for pointer arithmetic and managing data in memory, enhancing the overall efficiency of program execution.


How do you do DCX D in Intel 8085 microprocessor?

DCX D means decrement register pair DE by one


What is the Intel 8085?

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


What is lda in microprocessor?

LDA is an Intel 8085 opcode, 3AH, that loads that accumulator from a location specified in memory.