Is there an existing available suite of tests I can use while developing an x86 emulator to check my CPU emulation? (ASM, I assume?) I didn't see any, much less a 'standard' set. I assume the various emulator projects have some, but not sure if it's alright to snag them for my own purposes - assuming I can locate them!
Ideally there'd be tests for each of the cpu generations, I assume, and 16 and 32 bit versions. (Yes, yes, and 64 bit, but can't say I'd use them...)
If it doesn't exist, I wonder if it would be usefully enough to start creating? I had a start 10+ years ago when I was working on a Dos emulator, but it was far from complete, very specific, and DosBox's grand success rendered my work happily irrelevant and I moved on to other stuff. I'm curious about 16 bit Win31 stuff and thought about starting a new emulator project for that, but would love to have a set of reference tests to work from if they exist. 😀