mirror of
https://github.com/fadden/6502bench.git
synced 2024-10-31 19:04:44 +00:00
8209753cbc
For some reason FormatHexValue was creating format strings on demand. In a recent change, FormatAdjustment started using them. So if the first 4-digit hex value printed by the program was a large adjustment, you could end up with a default-formatted adjustment pretending to be hex. Now we just create the 4 format strings in the Formatter constructor. |
||
---|---|---|
.. | ||
Properties | ||
Address.cs | ||
Asm65.csproj | ||
CharEncoding.cs | ||
CpuDef.cs | ||
Formatter.cs | ||
Helper.cs | ||
Label.cs | ||
Number.cs | ||
OpDef.cs | ||
OpDescription.cs | ||
OpName.cs | ||
StatusFlags.cs | ||
StringOpFormatter.cs | ||
TriState16.cs |