Operating-system interrupt functions make it possible for an assembly-language application to perform certain MS-DOS and NetBIOS interrupts without directly coding the interrupt. This ensures compatibility with future Microsoft products. Following are the operating-system interrupt functions:
Function | Description |
DOS3Call | Issues an MS-DOS 21h (function-request) interrupt. |
NetBIOSCall | Issues a NetBIOS 5Ch interrupt. |