1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-07 07:28:57 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden 4f9af30455 Progress toward new assembler configuration
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.
2018-10-20 20:35:32 -07:00
..
AsmCc65.cs Progress toward new assembler configuration 2018-10-20 20:35:32 -07:00
AsmMerlin32.cs Progress toward new assembler configuration 2018-10-20 20:35:32 -07:00
AssemblerConfig.cs Progress toward new assembler configuration 2018-10-20 20:35:32 -07:00
AssemblerInfo.cs Merge Gen* and Asm* source files 2018-10-17 13:50:28 -07:00
AssemblerProgress.cs Add parent window to all MessageBox.Show() invocations 2018-10-07 13:13:00 -07:00
AssemblerProgress.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
AssemblerProgress.resx Initial file commit 2018-09-28 10:05:11 -07:00
AssemblerVersion.cs Initial file commit 2018-09-28 10:05:11 -07:00
GenAndAsm.cs Progress toward new assembler configuration 2018-10-20 20:35:32 -07:00
GenAndAsm.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
GenAndAsm.resx Initial file commit 2018-09-28 10:05:11 -07:00
GenCommon.cs Initial file commit 2018-09-28 10:05:11 -07:00
GeneratorProgress.cs Add parent window to all MessageBox.Show() invocations 2018-10-07 13:13:00 -07:00
GeneratorProgress.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
GeneratorProgress.resx Initial file commit 2018-09-28 10:05:11 -07:00
IAssembler.cs Progress toward new assembler configuration 2018-10-20 20:35:32 -07:00
IGenerator.cs Fix some comments 2018-10-01 15:24:27 -07:00
LabelLocalizer.cs Initial file commit 2018-09-28 10:05:11 -07:00
StringGather.cs Initial file commit 2018-09-28 10:05:11 -07:00