1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-07 07:28:57 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden 61914c8f79 Progress toward 64tass expression support
Gave cc65 its own expression generator, as the precedence table seems
atypical if not unique.  Configured 64tass to use the "simple"
expression mode.

Added some operations on a 32-bit constant to 2007-labels-and-symbols
to exercise the current worst-case expression (shift + AND + add).
Tweaked the Merlin expression generator to handle it.

(issue #16)
2018-10-24 13:17:03 -07:00
..
AsmCc65.cs Progress toward 64tass expression support 2018-10-24 13:17:03 -07:00
AsmMerlin32.cs Progress toward 64tass support 2018-10-23 20:08:01 -07:00
AsmTass64.cs Progress toward 64tass expression support 2018-10-24 13:17:03 -07:00
AssemblerConfig.cs Progress toward new assembler configuration 2018-10-20 20:35:32 -07:00
AssemblerInfo.cs Progress toward 64tass support 2018-10-23 20:08:01 -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 Finish the underscore handling in the label localizer 2018-10-23 20:40:09 -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 Progress toward 64tass expression support 2018-10-24 13:17:03 -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 21:24:28 -07:00
IGenerator.cs Progress toward 64tass support 2018-10-23 20:08:01 -07:00
LabelLocalizer.cs Finish the underscore handling in the label localizer 2018-10-23 20:40:09 -07:00
StringGather.cs Initial file commit 2018-09-28 10:05:11 -07:00