0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-20 08:18:36 +03:00

Reorganized instruction handlers into more descriptive folders (ArithmeticImmediate and ArithmeticUnary)

This commit is contained in:
bird_egop
2025-04-12 23:46:05 +03:00
parent f658f4384c
commit 016e1ee54f
26 changed files with 52 additions and 55 deletions

View File

@ -6,7 +6,6 @@ using System;
using Xunit;
using X86Disassembler.X86;
using X86Disassembler.X86.Handlers;
using X86Disassembler.X86.Handlers.Group3;
/// <summary>
/// Tests for TEST instruction handlers