1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-12-03 05:49:48 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden 18674e6627 Rework Formatter.FormatConfig
It was defined as a struct with exposed fields.  Now it's a class
with simple properties.  Default values are set explicitly, and
the contents are copied with a copy constructor instead of using
the struct member assignment.

The only functional change should be that the DelimiterSet members
are now properly cloned.  The bulk of the changes are just refactoring
renames for the property names.

This also adds comments for all the properties.
2024-06-24 16:36:27 -07:00
..
WpfGui Binary includes 2024-05-31 14:22:39 -07:00
AsmAcme.cs Rework Formatter.FormatConfig 2024-06-24 16:36:27 -07:00
AsmCc65.cs Rework Formatter.FormatConfig 2024-06-24 16:36:27 -07:00
AsmMerlin32.cs Rework Formatter.FormatConfig 2024-06-24 16:36:27 -07:00
AsmTass64.cs Rework Formatter.FormatConfig 2024-06-24 16:36:27 -07:00
AssemblerConfig.cs
AssemblerInfo.cs
AssemblerVersion.cs
BinaryInclude.cs Binary includes 2024-05-31 14:22:39 -07:00
GenCommon.cs Rework Formatter.FormatConfig 2024-06-24 16:36:27 -07:00
IAssembler.cs
IGenerator.cs Binary includes 2024-05-31 14:22:39 -07:00
LabelLocalizer.cs