0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-20 00:18:02 +03:00
This commit is contained in:
bird_egop
2025-04-15 02:32:14 +03:00
parent 3ea327064a
commit 49f1d7d221
5 changed files with 5 additions and 15 deletions

View File

@ -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}]";
}
}