mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 08:18:36 +03:00
Split FloatingPointHandler into specialized handlers for each instruction type and fixed FLDCW instruction formatting
This commit is contained in:
@ -70,7 +70,7 @@ public class Int32OperationHandler : FloatingPointBaseHandler
|
||||
if (mod != 3) // Memory operand
|
||||
{
|
||||
string operand = ModRMDecoder.DecodeModRM(mod, rm, false);
|
||||
instruction.Operands = $"dword ptr {operand}";
|
||||
instruction.Operands = operand;
|
||||
}
|
||||
else // Register operand (ST(i))
|
||||
{
|
||||
|
Reference in New Issue
Block a user