Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-20 | Modified 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-13 | Fixed check for NEC vs Intel | Jeffrey Armstrong | |
2024-11-13 | Added bus width detection that appears to work on an 8088. | Jeffrey Armstrong | |
2024-11-06 | Initial commit with functioning CPU detection code | Jeffrey Armstrong | |