Open barotto opened 5 years ago
I've added those instructions to UniPCemu's testsuite(which requires verification by looking at the log, nothing automated in it). They seem to produce correct results :D
So UniPCemu doesn't seem to have problems with those instructions(didn't test anything like paging and protection etc. through). Also, it just tests the generic subset of those instructions(with reads from memory using mul/div and writes/reads with all others). https://bitbucket.org/superfury/unipcemu/src/a66465b37988aaef7bcb0a908d8199e400d09794/UniPCemu/assembly/?at=master
Any ideas on implementing the remainder of tests with protected mode interrupts and tasks?
From #5 (@superfury)