MIC Unit 02 A
MIC Unit 02 A
The Intel 8085 uses a 16-bit wide address bus for addressing memories and I/O devices
Using 16-bit wide address bus it can access 216 = 64 K bytes of memory and I/O devices
The 64K addresses are to be assigned to memories and I/O devices for their addressing
There are two schemes for the allocation of addresses to memories and input/output
devices:
1. Memory mapped I/O scheme
2. I/O mapped memory I/O scheme
• In this scheme, the address assigned to memory locations can also be assigned to a I/O
devices
• The same address may be assigned to a memory location or to an I/O device
• The microprocessor must issue a signal to distinguish whether the address on the address
bus for a memory location or I/O device
Dr Devesh D Nawgaje
Associate Professor, SSGMCE Shegaon
Memory Instructions are used. Special Instructions are used like IN, OUT.
Memory control signals are used. Special control signals are used.
Arithmetic and logic operations can be Arithmetic and logic operations cannot be
performed on data. performed on data.
Data transfer b/w register and IO. Data transfer b/w accumulator and IO.