1 2 3 4 5 6 7 8 9
.global enable_interrupts enable_interrupts: sti ret .global disable_interrupts disable_interrupts: cli ret