64 kb
The 8085 can address 216, or 65536 different memory locations.
8 bits
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.
The 8085 has a 16 bit address bus.
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.
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.
memory interfacing in 8085 microprocessor refers to provide a intermediate mode of transferring or receiving data from registers to main memory
Even though the 8085 is an 8 bit microprocessor, it can address 64K memory, because it has a 16 bit address bus.
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
explain how slow memory get interfaced with 8085
The 8085 microprocessor can access 65536 (2^16) locations in memory, and 256 (2^8) locations in I/O space.
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.