DOS_VERSION
Get the DOS issue and version numbers
Categories:
Function | Address | Description |
---|---|---|
DOS_VERSION | 0103 | Return DOS issue and version numbers |
Synopsys
Get the DOS issue and version numbers.
Entry Parameters
None
Exit Parameters
- If OK:
- D = Issue
- E = Version (within issue)
- Otherwise:
- Carry false
- A=Error code
- Always:
- BC DE HL IX corrupt, all other registers preserved.
Last modified November 24, 2021: Start of +3DOS documentation (253d8cc)