1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-04 16:30:01 +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 First pass at ACME support 2019-08-03 20:54:07 -07:00
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 Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
AssemblerInfo.cs First pass at ACME support 2019-08-03 20:54:07 -07:00
AssemblerVersion.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
GenCommon.cs Remove excess whitespace after cycle count comments 2019-09-15 17:13:29 -07:00
IAssembler.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
IGenerator.cs Implement local variables for ACME 2019-09-01 10:55:19 -07:00
LabelLocalizer.cs Instruction operand editor rework, part 2 2019-09-07 20:56:43 -07:00