Back to Questions
Electronics Engineering
QUESTION #11705
Question 1
A microprocessor-based system uses memory-mapped I/O. The advantage over isolated (port-mapped) I/O is:
Correct Answer Explanation
In memory-mapped I/O, peripherals share the same address space as memory, so the CPU can use its complete instruction set (MOV, AND, OR, bit manipulation, indirect addressing) to access devices. In isolated I/O, only special IN/OUT instructions can access peripherals. Memory-mapped I/O simplifies programming but reduces available RAM address space.
Sign in to join the conversation and share your thoughts.
Log In to Comment