mirror of
https://github.com/fadden/6502bench.git
synced 2025-01-05 23:30:20 +00:00
4f9af30455
Rather than have each assembler get its own app config string for the cross-assembler executable, we now have a collection of per- assembler config items, of which the executable path name is one member. The Asm Config tab has an auto-generated pop-up to select the assembler. The per-assembler settings block is serialized with the rather unpleasant JSON-in-JSON approach, but nobody should have to look at it. This also adds assembler-specific column widths to the settings dialog, though they aren't actually used yet. |
||
---|---|---|
.. | ||
AsmCc65.cs | ||
AsmMerlin32.cs | ||
AssemblerConfig.cs | ||
AssemblerInfo.cs | ||
AssemblerProgress.cs | ||
AssemblerProgress.Designer.cs | ||
AssemblerProgress.resx | ||
AssemblerVersion.cs | ||
GenAndAsm.cs | ||
GenAndAsm.Designer.cs | ||
GenAndAsm.resx | ||
GenCommon.cs | ||
GeneratorProgress.cs | ||
GeneratorProgress.Designer.cs | ||
GeneratorProgress.resx | ||
IAssembler.cs | ||
IGenerator.cs | ||
LabelLocalizer.cs | ||
StringGather.cs |