0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-19 16:08:02 +03:00

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

View File

@ -0,0 +1,6 @@
namespace X86DisassemblerTests.InstructionTests;
public class SubRm8Imm8Tests
{
}