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

From SnesLab
Jump to: navigation, search
(SEP and REP)
(BRK)
Line 4: Line 4:


This flag is automatically set whenever the processor begins servicing an interrupt.
This flag is automatically set whenever the processor begins servicing an interrupt.
[[BRK]] ignores it.


=== See Also ===
=== See Also ===
* [[REP]]
* [[SEP]]
* [[Interrupt Enable Flag]]
* [[Interrupt Enable Flag]]
* [[IRQ]]
* [[IRQ]]

Revision as of 14:33, 21 July 2024

The Interrupt Disable Flag (I) exists on the 65c816 as bit 2 of the status register.

SEI sets it and CLI clears it. (SEP and REP can as well.)

This flag is automatically set whenever the processor begins servicing an interrupt.

BRK ignores it.

See Also

Reference