Operating-system interrupt functions allow an assembly-language application to perform certain DOS and NETBIOS interrupts without directly coding the interrupt. This ensures compatibility with future Microsoft products.
The following list briefly describes these functions:
Function | Description | |
DOS3Call | Issues a DOS 21H (function-request) interrupt. | |
NetBIOSCall | Issues a NETBIOS 5CH interrupt. |