Implemented 16-bit SUB instruction handlers and fixed test data

This commit is contained in:
bird_egop
2025-04-13 17:51:54 +03:00
parent d1d52af511
commit b11b39ac4e
7 changed files with 442 additions and 7 deletions
@@ -0,0 +1,6 @@
namespace X86DisassemblerTests.InstructionTests;
public class SubRm8Imm8Tests
{
}