mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-23 21:04:07 -06:00
287 B
287 B
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==.