[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SetIntVec procedure
DECLARATION: SetIntVec(IntNo : Byte; Vector : Pointer);
PURPOSE: Sets a specified interrupt vector to a specified address
UNIT: DOS
REMARKS: IntNo specifies the interrupt vector number (0..255) and
Vector specifies the address. Vector can be constructed
with the @ operator to produce the address of an interrupt
procedure.
See Also:
GetIntVec
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson