[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Dos' (#rtl)

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

MSDos

  

Execute MS-DOS system call


Documentation generated on: May 14 2021