[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Execute interrupt
Source position: dosh.inc line 84
procedure Intr( |
intno: Byte; |
var regs: Registers |
); |
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.
Remark: | Under non-Dos operating systems, this call does nothing. |
None.
|
Execute MS-DOS system call |