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
(→See Also: RETI) |
(flow RTI/RETI into body) |
||
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. | ||
Return control back with [[RTI]] or [[RETI]]. | |||
=== See Also === | === See Also === | ||
Line 5: | Line 7: | ||
* [[IRQ]] | * [[IRQ]] | ||
* [[BRK]] | * [[BRK]] | ||
* [[WAI]] | * [[WAI]] | ||
[[Category:ASM]] | [[Category:ASM]] |