mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
10 lines
235 B
Markdown
10 lines
235 B
Markdown
# Basic IO Interface
|
|
See [[IO Instruction]], [[Computer Interfacing]], [[Periferal Devices]]
|
|
|
|
IO device can be interfaced in :: **two** ways …
|
|
1. [[IO mapped IO]] (also known as ==isolated or direct io==)
|
|
2. [[Memory Mapped IO]].
|
|
|
|
|
|
|