An opcode for the 6502 processor. This is a so-called flag operation.
A SEI operations sets the interrupt flag. When this happens, the processor goes into 'interrupt mode', and jumps to a specified location in memory to cary out its interrupt cycle. A CLI operation ends this.

Back to the 6502 opcodes metanode