This API returns the version level of DLS. ┌───────────────┬──────────────────────────────────────────────────────────────┐
│ ON │ REGISTER │
│ ENTRY │ CONTENTS │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ AX │ B809H │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ ON │ REGISTER │
│ RETURN │ CONTENTS │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ AH │ Minor version number │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ AL │ Major version number │
└───────────────┴──────────────────────────────────────────────────────────────┘
Remarks
First perform a network installation check (AX=B800H) to determine if the network has been installed. The Network Version Check function returns the hexadecimal equivalent of the DLS version number. For DLS versions prior to 2.0, '1.40' (AH=28H, AL=01H) is returned, rather than '1.20' or '1.30', to avoid confusion with the identical PC LAN Program version.