Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Basic - <b>call interrupt invoke a software interrupt</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CALL INTERRUPT           Invoke a Software Interrupt

 CALL INTERRUPT n

    Invokes a processor interrupt.

           n    An integer expression in the range 0 to 255; specifies the
                interrupt to invoke.

   --------------------------------------------------------------------------

      Notes:    Turbo Basic's register buffer is loaded into the
                processor's registers just before the interrupt is invoked
                and is restored immediately after the interrupt finishes.
                Registers may be set and read via the REG statement and
                REG function.

                The register buffer does not store DS, BP, SS, and SP. The
                programmer is responsible for preserving these registers.

See Also: CALL CALL ABSOLUTE REG

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson