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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user