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
(asm category) |
(shorten description) |
||
Line 1: | Line 1: | ||
The '''Interrupt Enable Flag''' | 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> |
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]