1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-07 07:28:57 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden da5833caef Rename project/platform symbols that clash with opcode mnemonics
We're doing this for user labels but not for project/platform
symbols.  So if you have a constant named "BCC" you can't assemble
your code with certain assemblers.  Now we rename it automatically.

Added a quick test to 2007-labels-and-symbols.  (No change to ACME,
which barfs on the test.)
2020-01-17 18:29:20 -08:00
..
WpfGui First pass at ACME support 2019-08-03 20:54:07 -07:00
AsmAcme.cs Two changes to "dense hex" bulk data formatting 2019-12-10 17:41:00 -08:00
AsmCc65.cs Two changes to "dense hex" bulk data formatting 2019-12-10 17:41:00 -08:00
AsmMerlin32.cs Tweak Merlin DS output 2020-01-01 17:45:32 -08:00
AsmTass64.cs Two changes to "dense hex" bulk data formatting 2019-12-10 17:41:00 -08: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 Rename project/platform symbols that clash with opcode mnemonics 2020-01-17 18:29:20 -08:00
IAssembler.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
IGenerator.cs Label rework, part 6 2019-11-18 13:36:53 -08:00
LabelLocalizer.cs Rename project/platform symbols that clash with opcode mnemonics 2020-01-17 18:29:20 -08:00