This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
parkan-playground
Watch
1
Fork
0
mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced
2026-08-15 02:57:49 +04:00
Code
Issues
Activity
Files
44c73321eae6f22354044efd2a427e92a7f0698c
parkan-playground
/
X86DisassemblerTests
/
UnitTest1.cs
T
10 lines
107 B
C#
Raw
Normal View
History
Unescape
Escape
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.
2025-04-12 21:21:03 +03:00
namespace
X86DisassemblerTests
;
public
class
UnitTest1
{
[Fact]
public
void
Test1
()
{
}
}
Copy Permalink