Skip to main content

assembler42069's definitions

sti

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 interrupts

ret
by assembler42069 September 22, 2023
mugGet the stimug.

Share this definition