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
m (Jeffythedragonslayer moved page interrupt enable flag to Interrupt Enable Flag: capitalization) |
(added bit position) |
||
Line 1: | Line 1: | ||
The '''Interrupt Enable Flag''' exists on the [[SPC700]]. 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] | |||
[[Category:Flags]] | [[Category:Flags]] | ||
[[Category:SPC700]] | [[Category:SPC700]] | ||
=== References === | |||
* [1] https://problemkaputt.de/fullsnes.htm#snesapuspc700cpuoverview |
Revision as of 22:05, 7 May 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]