mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-10 08:01:21 +04:00
Refactor instruction handlers to use single instruction per handler pattern
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
namespace X86Disassembler.X86.Handlers;
|
||||
|
||||
/// <summary>
|
||||
/// Base class for all instruction handlers
|
||||
/// Abstract base class for instruction handlers
|
||||
/// </summary>
|
||||
public abstract class InstructionHandler
|
||||
public abstract class InstructionHandler : IInstructionHandler
|
||||
{
|
||||
// Buffer containing the code to decode
|
||||
protected readonly byte[] CodeBuffer;
|
||||
|
||||
Reference in New Issue
Block a user