barotto / test386.asm

x86 CPU tester for emulators
GNU General Public License v3.0
51 stars 4 forks source link

Make all tested opcodes validate on multiple addresses? #13

Open superfury opened 3 years ago

superfury commented 3 years ago

Could you perhaps modify the tests for the various opcodes that can use memory operands to test on multiple (at least 2 different) memory addresses? That way it can make sure that the opcodes are actually operating on their memory operands as intended (and not applying on some kind of buffered address that's changed by a previous opcode)?