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

From SnesLab
Revision as of 19:08, 4 August 2024 by Xetheria (talk | contribs) (no BIS/BIC)
Jump to: navigation, search

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.

There are no BIS or BIC instructions that examine this flag (though there is an unrelated BIC (Super FX) instruction).

See Also

Reference