SingleStepTests / ProcessorTests

A language-agnostic JSON-encoded instruction-by-instruction test suite for the 8088, 68000, 65816, 65[c]02 and SPC700 that includes bus activity.
188 stars 14 forks source link

8088 - F6.7 issues #74

Closed dbalsom closed 10 months ago

dbalsom commented 10 months ago

I found some issues with F6.7. It's a long story, but basically I was using MartyPC to fill in the register state after divide exceptions since the test rig didn't handle them at the time, but MartyPC had a regression in 8 bit signed division. Here's the PR with the fix:

https://github.com/TomHarte/ProcessorTests/pull/73