SEI (set interrupt disable) Tags: I

Description:

Sets the I bit in the P register to mask IRQs. This disables support for IRQs by masking their submissions.

Example:

    SEI    ; disabling IRQ support