[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'Dos' (#rtl) |
Set interrupt vector
Source position: dosh.inc line 138
procedure SetIntVec( |
intno: Byte; |
vector: pointer |
); |
SetIntVec sets interrupt vector IntNo to Vector. Vector should point to an interrupt procedure.
Remark: | This call does nothing, it is present for compatibility only. |
None.
|
Get interrupt vector |
No notes exist for this page yet.