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
(abbreviated i)
(bit 2)
Line 1: Line 1:
The '''Interrupt Disable Flag''' (I) exists on the [[65c816]].
The '''Interrupt Disable Flag''' (I) exists on the [[65c816]].  It is bit 2 of the [[status register]].


[[SEI]] sets it and [[CLI]] clears it.
[[SEI]] sets it and [[CLI]] clears it.

Revision as of 09:55, 17 July 2024

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

SEI sets it and CLI clears it.

See Also