Cpu: 32 bit instructions unit test
Are there any plans in motion for this?
This issue is not being worked on, feel free to grab it !
Also this issue should be renamed ' take the test executable from the qemu project and test 32 bit support with it', as I understand it.
@kevinferrare knows more about this.
How about using this? https://github.com/barotto/test386.asm
It appears to be a test executable specifically written for testing x86 emulators.
I considered it at one point but it is testing protected mode which we don't support. We could edit the asm to remove that though. Otherwise qemu has nice tests that you can recompile with only the features you want: https://github.com/JonathanSalwan/Triton/blob/master/src/testers/unittests/misc/qemu/test-i386.c
https://github.com/TomHarte/ProcessorTests (contains the 8088 tests, too, the only part, apart from the approach, that might be revelant)