mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 00:18:02 +03:00
Fixed TEST instruction handlers and tests. Updated TestImmWithRm8Handler and TestImmWithRm32Handler to properly check opcode in CanHandle and validate reg field in Decode. Improved test cases to use InstructionDecoder directly.
This commit is contained in:
10
X86DisassemblerTests/UnitTest1.cs
Normal file
10
X86DisassemblerTests/UnitTest1.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace X86DisassemblerTests;
|
||||
|
||||
public class UnitTest1
|
||||
{
|
||||
[Fact]
|
||||
public void Test1()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user