[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'Dos' (#rtl) |
Get interrupt vector
Source position: dosh.inc line 137
procedure GetIntVec( |
intno: Byte; |
var vector: pointer |
); |
GetIntVec returns the address of interrupt vector IntNo.
Remark: | This call does nothing, it is present for compatibility only. Modern systems do not allow low level access to the hardware. |
None.
|
Set interrupt vector |
No notes exist for this page yet.