mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
4 lines
287 B
Markdown
4 lines
287 B
Markdown
# Interrupt Controlled IO
|
|
- In an interrupt controlled io, the microprocessor's data transfer occurs by interrupting it by the third party device.
|
|
- When a microprocessor gets the signal the control is transferred to ==ISS(interrup servic subroutine)== which performs ==data transfer==.
|