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

From SnesLab
Jump to: navigation, search
(added bit position)
(superscripted)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The '''Interrupt Enable Flag''' exists on the [[SPC700]], as bit 2 of the [[Program Status Word]].  It can be set by [[EI]] and cleared by [[DI]].
The '''Interrupt Enable Flag''' exists on the [[SPC700]], as bit 2 of the [[Program Status Word]].  It can be set by [[EI]] and cleared by [[DI]].


Unlike the [[interrupt disable flag]] on the [[65c816]], it performs no particular function. [1]
Unlike the [[interrupt disable flag]] on the [[65c816]], it performs no particular function. <sup>[1]</sup>


[[Category:Flags]]
[[Category:Flags]]
[[Category:SPC700]]
[[Category:SPC700]]


=== References ===
=== Reference ===
* [1] https://problemkaputt.de/fullsnes.htm#snesapuspc700cpuoverview
# https://problemkaputt.de/fullsnes.htm#snesapuspc700cpuoverview

Latest revision as of 06:18, 16 July 2023

The Interrupt Enable Flag exists on the SPC700, as bit 2 of the Program Status Word. It can be set by EI and cleared by DI.

Unlike the interrupt disable flag on the 65c816, it performs no particular function. [1]

Reference

  1. https://problemkaputt.de/fullsnes.htm#snesapuspc700cpuoverview