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
(bullet point -> numbering) |
(superscripted) |
||
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]] |
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]