mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 00:18:02 +03:00
cleanup
This commit is contained in:
@ -60,6 +60,6 @@ public class ScaledIndexMemoryOperand : MemoryOperand
|
||||
dispPart = $"{sign}0x{Math.Abs(Displacement):X}";
|
||||
}
|
||||
|
||||
return $"{GetSegmentPrefix()}{GetSizePrefix()}[{baseRegPart}{indexPart}{dispPart}]";
|
||||
return $"{GetSizePrefix()}[{baseRegPart}{indexPart}{dispPart}]";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user