[<<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
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson