Jump to content

DevHlp GetIRQMask: 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.

18 May 2025

  • curprev 15:2815:28, 18 May 2025 Martini talk contribs 860 bytes +35 No edit summary
  • curprev 05:4905:49, 18 May 2025 Martini talk contribs 825 bytes +22 No edit summary
  • curprev 05:4805:48, 18 May 2025 Martini talk contribs 803 bytes +803 Created page with "Retrieve the mask state of an IRQ level This function reads the current IRQ mask state for the specified IRQ. ==Parameters== Specified IRQ level. ==Exit== * EAX=0, mask disabled (IRQ enabled). * EAX=1, mask enabled (IRQ disabled) ==Assembly language== <pre> ; dh_GetIRQMask - Retrieve a specified IRQ mask state ; ; This function reads the current IRQ mask state for the specified IRQ. ; ; ENTRY AL = IRQ ; ; E..."