Interrupt control register

An interrupt control register, or ICR, is a hardware register in a computer chip used to configure the chip to generate interruptsto raise a signal on an interrupt linein response to some event occurring within the chip or a circuit connected to the chip.

An Interrupt Control is usually used in Micro controllers to generate interrupts signals which tells the CPU to pause its current task and start executing the another set of predefined activities.

External links

Details on Interrupt control registers, NMI and VIC at this link.