Jump to content

Programmable interrupt controller

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2600:1009:b1e4:3af9:ccb8:218f:dad5:67ba (talk) at 22:18, 7 May 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing, a programmable interrupt controller (PIC) is an integrated circuit that helps a microprocessor (or CPU) handle interrupt requests (IRQ) coming from multiple different sources (like external I/O devices) which may occur simultaneously.Cite error: A <ref> tag is missing the closing </ref> (see the help page). In other cases, it has been replaced by the newer Advanced Programmable Interrupt Controllers which support more interrupt outputs and more flexible priority schemas.

See also

Further reading

More information on the Intel APIC can be found in the IA-32 Intel Architecture Software Developer's Manual, Volume 3A: System Programming Guide, Part 1, Chapter 10, freely available on the Intel website.

References