answersLogoWhite

0

64 kb

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How many memory location can be addressed by microprocessor 8085?

The 8085 can address 216, or 65536 different memory locations.


What is memory address register of Intel 8085?

8 bits


Why memory capacity of 8085 mp is 64 KB?

The memory capacity of the 8085 microprocessor is 64 kb because the address bus is 16 bits, and you can address 216, or 64kb, with a 16 bit address bus.


How many address bits does 8085 have?

The 8085 has a 16 bit address bus.


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.


How do you address 1GB memory with 8085 or 8086?

You cannot address 1GB memory with the 8085 or the 8086/8088 without some kind of external demultiplexor that is software controlled. The address bus on the 8085 is 16 bits, giving addressibility of 64KB; while the address bus on the 8086/8088 is 20 bits, giving addressibility of 1MB. To address 1GB, you need a 30 bit address bus.


What is memory mapped in 8085?

memory interfacing in 8085 microprocessor refers to provide a intermediate mode of transferring or receiving data from registers to main memory


Why microcomputer system based on 8 bit microprocessor have 64K memory?

Even though the 8085 is an 8 bit microprocessor, it can address 64K memory, because it has a 16 bit address bus.


Why all the 16 address lines are not act as a data lines in 8085 microprocessor?

the 8085 microprocessor is a 8-bit microprocessor and these are bidirectional but the address lines are unidirectional.these address lines are used to address the location of the instruction in memory .these data lines are used to transfer data between processor and peripheral devices. when the address of the instruction will be recognized by the address lines the data will be send to the processor therefore the 16 address lines are not act as a data lines in 8085


What is slow memory interfacing?

explain how slow memory get interfaced with 8085


How many location can be accessed by 8085 microprocessor?

The 8085 microprocessor can access 65536 (2^16) locations in memory, and 256 (2^8) locations in I/O space.


What is the meaning of lhld in 8085 microprocessor?

In the 8085 microprocessor, the instruction LHLD stands for "Load H and L Direct." It is used to load the registers H and L with a 16-bit data stored at a specified memory address. The instruction takes a 16-bit address as its operand, and the content of that address and the next sequential address are loaded into the L and H registers, respectively. This operation is useful for retrieving data from memory into these registers for further processing.