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 Handler: Difference between revisions

From SnesLab
Jump to: navigation, search
(created page)
 
(→‎See Also: RTI, WAI)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
An '''Interrupt Handler''' is a subroutine which the CPU automatically runs when an interrupt occurs.
An '''Interrupt Handler''' is a subroutine which the CPU automatically runs when an interrupt occurs.
=== See Also ===
* [[NMI]]
* [[IRQ]]
* [[BRK]]
* [[RTI]]
* [[WAI]]


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

Latest revision as of 00:22, 27 November 2023

An Interrupt Handler is a subroutine which the CPU automatically runs when an interrupt occurs.

See Also