Jump to content

DevHlp SetIRQMask: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 May 2025

18 May 2025

  • curprev 15:2715:27, 18 May 2025 Martini talk contribs 883 bytes +35 No edit summary
  • curprev 05:4705:47, 18 May 2025 Martini talk contribs 848 bytes +1 No edit summary
  • curprev 05:4705:47, 18 May 2025 Martini talk contribs 847 bytes +847 Created page with "Enable/disable interrupt. This function enables and/or disables interrupts for a specific IRQ. ==Parameters== Specified IRQ level. Enable/disable flag. ==Exit== Return code. ==Assembly language== <pre> ; dh_SetIRQMask - Masks/Unmasks a specified IRQ masks ; ; This function enables/disables interrupts for a specific IRQ. ; ; ENTRY AL = IRQ to be enabled/disabled ; AH = 0 enable IRQ (disable mask)..."