mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-08-04 10:26:31 +03:00
cleanup
This commit is contained in:
@@ -43,6 +43,6 @@ public class DisplacementMemoryOperand : MemoryOperand
|
||||
? $"0x{Math.Abs(Displacement):X2}"
|
||||
: $"0x{Math.Abs(Displacement):X}";
|
||||
|
||||
return $"{GetSegmentPrefix()}{GetSizePrefix()}[{registerName}{sign}{formattedDisplacement}]";
|
||||
return $"{GetSizePrefix()}[{registerName}{sign}{formattedDisplacement}]";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user