In an 8085 system, the memory word size required is 8 bits. This means that each memory location can store 8 bits or one byte of data. The 8085 processor accesses memory locations using these 8-bit memory addresses to read or write data during program execution. The memory word size of 8 bits allows the 8085 system to handle data in small, manageable chunks efficiently.
The 8085 can address 216, or 65536 different memory locations.
explain how slow memory get interfaced with 8085
The instruction IN 84H in the 8085 microprocessor requires 5 machine cycles to complete. This includes 1 opcode fetch cycle and 4 memory read cycles. The opcode fetch retrieves the instruction from memory, while the read cycles are used to read the data from the specified input port.
READY
In the 8085 microprocessor, direct data transfer between two memory locations is not possible. Data must first be loaded into a register from one memory location and then stored into another memory location. The 8085 can only transfer data between registers, memory, and I/O devices using specific instructions, but it does not support direct memory-to-memory transfers.
the minimum number ICs required for 8085 to start working properly are 3
Registers or RAM-memory.
64K
8 bits
64 kb
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.