aboutsummaryrefslogtreecommitdiff
path: root/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
2024-11-13Fixed check for NEC vs IntelJeffrey Armstrong
2024-11-13Added bus width detection that appears to work on an 8088.Jeffrey Armstrong
2024-11-06Initial commit with functioning CPU detection codeJeffrey Armstrong