<< Previous | Next >>

GetVectIntern

unsigned GetVectIntern( int vectNum );

Description

Reads the address of the internal interrupt table entry and returns whatever value is at the address:

   

 (internal vector table base) + (vectNum*16) + 1

Parameter

vectNum
Interrupt number; should be 0-15.

Return value

Jump address in vector table.

Library

SYS.LIB

See also

GetVectExtern2000, SetVectExtern2000, SetVectIntern


Dynamic C Functions << Previous | Next >> rabbit.com