0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-19 16:08:02 +03:00
This commit is contained in:
bird_egop
2025-04-13 01:11:45 +03:00
parent 8123ced2d6
commit 9cad5ff95c
3 changed files with 51 additions and 2 deletions

View File

@ -1,4 +1,4 @@
namespace X86Disassembler.X86.Handlers.Group5;
namespace X86Disassembler.X86.Handlers.Call;
/// <summary>
/// Handler for CALL r/m32 instruction (0xFF /2)

View File

@ -1,4 +1,4 @@
namespace X86Disassembler.X86.Handlers.Group1;
namespace X86Disassembler.X86.Handlers.Cmp;
/// <summary>
/// Handler for CMP r/m8, imm8 instruction (0x80 /7)