next up previous contents index
Next: Keep Up: Functions and Procedures Previous: GetVerify

Intr

   

Declaration:

Procedure Intr (IntNo: byte; var Regs: registers) ;

Description:

Intr executes a software interrupt number IntNo (must be between 0 and 255), with processor registers set to Regs. After the interrupt call returned, the processor registers are saved in Regs.

Errors:

Under LINUX this call does nothing, because interrupts are managed by the kernel. The only allowed interrupt is 80h, the kernel entry interrupt.

See also:

MSDos, see the LINUX unit.



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998