
Input/Output Methods
There are three basic methods by which data can be read (or input) from
or written (or output) to a peripheral device and RAM. These methods
are referred to as: programmed I/O, interrupt I/O, and direct memory
access.
In programmed I/O, the MPU...