0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-19 07:59:47 +03:00

move handlers to respective folders

This commit is contained in:
bird_egop
2025-04-13 04:13:44 +03:00
parent e8a16e7ecd
commit 44c73321ea
8 changed files with 9 additions and 8 deletions

View File

@ -4,7 +4,6 @@ using System;
using Xunit;
using X86Disassembler.X86;
using X86Disassembler.X86.Handlers;
using X86Disassembler.X86.Handlers.ArithmeticImmediate;
using X86Disassembler.X86.Handlers.Inc;
/// <summary>