mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 08:18:36 +03:00
nice big refactor
This commit is contained in:
@ -77,10 +77,6 @@ public class SubImmFromRm32Handler : InstructionHandler
|
||||
// Format the immediate value
|
||||
string immStr = $"0x{imm:X8}";
|
||||
|
||||
// Advance the position past the immediate value
|
||||
position += 4;
|
||||
Decoder.SetPosition(position);
|
||||
|
||||
// Set the operands
|
||||
instruction.Operands = $"{destOperand}, {immStr}";
|
||||
|
||||
|
Reference in New Issue
Block a user