Short for Set Interrupt Flag. Refers to an instruction featured on most processors that sets the interrupt flag.
start:cli ;disable interrupts;...sti ;re-enables interruptsret