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:
6
X86DisassemblerTests/InstructionTests/SubRm8Imm8Tests.cs
Normal file
6
X86DisassemblerTests/InstructionTests/SubRm8Imm8Tests.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace X86DisassemblerTests.InstructionTests;
|
||||
|
||||
public class SubRm8Imm8Tests
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user