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
(superscripted)
(shorten description)
 
(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''' is bit 2 of the [[S-SMP]]'s [[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. <sup>[1]</sup>
Unlike the [[interrupt disable flag]] on the [[65c816]], it performs no particular function. <sup>[1]</sup>
Line 5: Line 5:
[[Category:Flags]]
[[Category:Flags]]
[[Category:SPC700]]
[[Category:SPC700]]
[[Category:ASM]]


=== Reference ===
=== Reference ===
# https://problemkaputt.de/fullsnes.htm#snesapuspc700cpuoverview
# https://problemkaputt.de/fullsnes.htm#snesapuspc700cpuoverview

Latest revision as of 04:31, 12 August 2024

The Interrupt Enable Flag is bit 2 of the S-SMP's 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