[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 30h (48)        Get DOS Version Number

    Returns the major and minor version numbers of DOS.

       On entry:      AH         30h

       Returns:       AL         Major version number
                      AH         Minor version number

  --------------------------------------------------------------------------

       Example:       If this call were used under DOS 2.11, AL would
                      return 02h, and AH would return 0Bh (11 decimal).

       Notes:         DOS 1.x returns 00h in AL.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson