mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 00:18:02 +03:00
Reorganized instruction handlers into more descriptive folders (ArithmeticImmediate and ArithmeticUnary)
This commit is contained in:
@ -3,7 +3,6 @@ namespace X86DisassemblerTests;
|
||||
using System;
|
||||
using Xunit;
|
||||
using X86Disassembler.X86;
|
||||
using X86Disassembler.X86.Handlers.Group3;
|
||||
|
||||
/// <summary>
|
||||
/// Tests for Group3 instruction handlers
|
||||
|
Reference in New Issue
Block a user