- Updated metadata.json to correct undefined flag states.
- Added v2_undefined test set.
- Generated new test set, V2.
- Switched CPU types to AMD D8088
- Tests now exercise the 8088's prefetch queue.
- Tests now properly include undefined flag state from the CPU.
- Fixed some final IP addresses formatted as negative decimals
- Renamed 8088.json to metadata.json, moved opcodes to 'opcodes' key of parent object, and added additional metadata fields to parent object.
- Renamed 'test_hash' key to 'hash' and 'test_num' key to 'idx'
- Changed hash algorithm from SHA256 to SHA1 to save space
- Removed register entries from 'final' state that didn't change
- Removed ram entries from 'final' state that didn't change
- Corrected final IP for F6.7 and F7.7 when an exception occured
- Fixed incorrect final register state in some tests within F6.7
- Improved disassembler; validated disassembly against iced-x86
- Added test hashes
- Update 8D to remove reg, reg forms
- Initial release of 8088 CPU Test Suite