Added CmpAlImmHandler for CMP AL, imm8 instruction (0x3C) with tests

This commit is contained in:
bird_egop
2025-04-13 01:30:42 +03:00
parent 9cad5ff95c
commit c701fdb435
9 changed files with 130 additions and 16 deletions
@@ -0,0 +1,6 @@
namespace X86DisassemblerTests;
public class InstructionHandlerFactoryTests
{
}