0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-19 16:08:02 +03:00

Updated InstructionHandlerFactory to register XOR handlers and updated test project files

This commit is contained in:
bird_egop
2025-04-13 19:28:56 +03:00
parent 56c12b552c
commit 30676b36a1
3 changed files with 18 additions and 6 deletions

View File

@ -16,6 +16,7 @@ public class RawFromFileDisassemblyTests(ITestOutputHelper output)
[InlineData("nop_tests.csv")]
[InlineData("xchg_tests.csv")]
[InlineData("sub_tests.csv")]
[InlineData("xor_tests.csv")]
[InlineData("segment_override_tests.csv")]
public void RunTests(string file)
{