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
(see also NMI) |
(snes9x implementation) |
||
Line 3: | Line 3: | ||
=== See Also === | === See Also === | ||
* [[NMI]] | * [[NMI]] | ||
=== External Links === | |||
* snes9x implementation of IRQ: https://github.com/snes9xgit/snes9x/blob/master/cpuops.cpp#L2588 | |||
[[Category:ASM]] | [[Category:ASM]] |
Revision as of 20:27, 17 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
External Links
- snes9x implementation of IRQ: https://github.com/snes9xgit/snes9x/blob/master/cpuops.cpp#L2588