Intr
Execute interrupt
Declaration
Source position: dosh.inc line 84
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.
Remark
Under non-Dos operating systems, this call does nothing. !!!
Errors
None.
See also
Name | Description |
---|---|
MSDos | Execute MS-DOS system call |