aboutsummaryrefslogtreecommitdiff
path: root/asm/dosver.asm
AgeCommit message (Collapse)Author
2024-11-20Modified how assembly array is addressed to avoid memory corruption. ↵Jeffrey Armstrong
Address could change at any moment, especially when vars are created, so care is taken to never generate a variable when we need to call or modify instructions.
2024-11-16Added code to detect OS version mostly through MS-DOS interrupt calls.Jeffrey Armstrong