[Overview][Constants][Types][Procedures and functions][Variables] |
Set interrupt vector
Source position: dosh.inc line 138
procedure SetIntVec( |
intno: Byte; |
vector: pointer |
); |
SetIntVecsets interrupt vector IntNoto Vector. Vectorshould point to an interrupt procedure.
Remark: | This call does nothing, it is present for compatibility only. |
None.
|
Get interrupt vector |