1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-05 23:30:20 +00:00
6502bench/SourceGen/AsmGen
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
..
WpfGui
AsmAcme.cs Change the way the "add padded string" functions work 2019-09-17 22:02:05 -07:00
AsmCc65.cs Change the way the "add padded string" functions work 2019-09-17 22:02:05 -07:00
AsmMerlin32.cs Change the way the "add padded string" functions work 2019-09-17 22:02:05 -07:00
AsmTass64.cs Change the way the "add padded string" functions work 2019-09-17 22:02:05 -07:00
AssemblerConfig.cs
AssemblerInfo.cs
AssemblerVersion.cs
GenCommon.cs
IAssembler.cs
IGenerator.cs
LabelLocalizer.cs