| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Set interrupt vector
Source position: dosh.inc line 133
| 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 |