subscribe_to_interrupt := fn(interrupt_number: u8): bool { return false } // Pauses execution until the interrupt occures sleep_until_interrupt := fn(interrupt_number: u8): void { }