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

From SnesLab
Jump to: navigation, search
(added 3 interrupt types)
(added ref)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The '''Interrupt Logic''' circuit exists on the [[65c816]].  Three types of interrupts are supported:
The '''Interrupt Logic''' circuit exists on the [[65c816]].  Three types of interrupts are supported on a stock 65c816:


* [[NMI]]
* [[NMI]]
* [[IRQ]]
* [[IRQ]]
* [[ABORT]]
* [[ABORT]] (not supported on the SNES)<sup>[2]</sup>


=== Reference ===
=== References ===
* Labiak, William.  https://archive.org/details/Programming_the_65816/page/n272
# Labiak, William.  [https://archive.org/details/Programming_the_65816/page/n271 Page 261].
# fullsnes


[[Category:Hardware]]
[[Category:Hardware]]

Latest revision as of 04:49, 20 August 2024

The Interrupt Logic circuit exists on the 65c816. Three types of interrupts are supported on a stock 65c816:

References

  1. Labiak, William. Page 261.
  2. fullsnes