We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Interrupt Request: Difference between revisions

From SnesLab
Jump to: navigation, search
(priority)
(see also NMI)
Line 1: Line 1:
An '''interrupt request''' (IRQ) is an interrupt that can be ignored.  It has the lowest priority out of all the interrupts.
An '''interrupt request''' (IRQ) is an interrupt that can be ignored.  It has the lowest priority out of all the interrupts.
=== See Also ===
* [[NMI]]


[[Category:ASM]]
[[Category:ASM]]

Revision as of 06:20, 11 May 2023

An interrupt request (IRQ) is an interrupt that can be ignored. It has the lowest priority out of all the interrupts.

See Also