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 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.


How many address bits does 8085 have?

The 8085 has a 16 bit address bus.


Can microprocessor 8085 take memory A000?

Yes, the 8085 microprocessor can access memory location A000, as it has a 16-bit address bus that allows it to address up to 64KB of memory, ranging from 0000 to FFFF in hexadecimal. The address A000 falls within this range, meaning the 8085 can read from or write to this memory location. However, the actual access depends on the system's memory configuration and whether that specific address is mapped to valid RAM or ROM.


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.


Why address capability of 8085 is 64 bit?

The 8085 microprocessor has a 16-bit address bus, allowing it to address a maximum of (2^{16}) memory locations, which equals 65,536 bytes or 64 KB of memory. This limitation is due to the architecture of the 8085, where each address corresponds to a unique byte in memory. Therefore, while the term "64-bit" may be misleading in this context, it actually refers to the maximum addressable memory space rather than a true 64-bit capability.


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