Re: Test suite and/or how to find bugs in x86 VM
Posted on 2017-11-30, 02:08
Yeah, there probably isn't a quick fix for this. But once you get coding on the tests you will find it doesn't take as long as you think it will. I basically looked http://x86.renejeschke.de when designing the tests for each op code. My project was similar to yours in that I only emulated what an …