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 last updated on Fri Nov 30 10:49:50 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster