bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Interrupt, InterruptX Routines
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
CALL Interrupt (interruptnum%, inregs, outregs)
CALL InterruptX (interruptnum%, inregs, outregs)
 
    ■ interruptnum%   A DOS interrupt number between 0 and 255, inclusive.
    ■ inregs          The register values before the interrupt is
                      performed; inregs is declared as type RegType (for
                      Interrupt) or type RegTypeX (for InterruptX). See
                      Details.
    ■ outregs         The register values after the interrupt is
                      performed; outregs is declared as type RegType (for
                      Interrupt) or type RegTypeX (for InterruptX). See
                      Details.
 
    ■ The Interrupt and InterruptX routines are not available in OS/2
      protected mode.