1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-11-26 06:49:19 +00:00
6502bench/SourceGen
Andy McFadden 3353819a62 Change the way the "add padded string" functions work
The functions started by trying to pad a column out to a width,
then changed to pad things to a certain length.  What they really
should be doing is padding the start of an entry to a specified
column.  This is much more natural and avoids a trim operation.

The only change to the output is to ORG statements from the HTML
exporter, which are now formatted correctly.
2019-09-17 22:02:05 -07:00
..
AsmGen Change the way the "add padded string" functions work 2019-09-17 22:02:05 -07:00
Examples Changed naming convention in Applesoft/F8-ROM symbol files 2019-09-16 16:58:32 -07:00
Properties
Res
RuntimeData Fix HTML output 2019-09-17 19:13:28 -07:00
Sandbox
SGTestData Fix code tracing bug 2019-09-17 14:38:16 -07:00
Tests Add 2020-cycle-counts 2019-09-14 18:51:03 -07:00
Tools
WpfGui Fix HTML output 2019-09-17 19:13:28 -07:00
AddressMap.cs
Anattrib.cs
App.config
App.xaml
App.xaml.cs
AppSettings.cs
AutoLabel.cs
ChangeSet.cs
CodeAnalysis.cs Fix code tracing bug 2019-09-17 14:38:16 -07:00
DataAnalysis.cs
DefSymbol.cs
DisasmProject.cs Apply project/platform symbols to Numeric/Address data operands 2019-09-15 14:38:12 -07:00
DisplayList.cs
DisplayListSelection.cs
Exporter.cs Change the way the "add padded string" functions work 2019-09-17 22:02:05 -07:00
ExternalFile.cs
FormatDescriptor.cs
FormattedOperandCache.cs
HelpAccess.cs
LineListGen.cs
LocalVariableLookup.cs
LocalVariableTable.cs
MainController.cs Rename FormatSplitAddress to FormatAddressTable 2019-09-15 13:37:38 -07:00
MultiLineComment.cs
NavStack.cs
PlatformSymbols.cs
ProjectFile.cs
ProjectProperties.cs
PseudoOp.cs
RuntimeDataAccess.cs
SourceGen.csproj Rename FormatSplitAddress to FormatAddressTable 2019-09-15 13:37:38 -07:00
Symbol.cs
SymbolTable.cs Apply project/platform symbols to Numeric/Address data operands 2019-09-15 14:38:12 -07:00
SystemDefaults.cs
SystemDefs.cs
UndoableChange.cs
WeakSymbolRef.cs
XrefSet.cs