1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-01 14:54:57 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden dae76d9b45 Rework string operand formatting
This generalizes the string pseudo-operand formatter, moving it into
the Asm65 library.  The assembly source generators have been updated
to use it.  This makes the individual generators simpler, and by
virtue of avoiding "test runs" should make them slightly faster.

This also introduces byte-to-character converters, though we're
currently still only supporting low/high ASCII.

Regression test output is unchanged.
2019-08-09 17:46:33 -07:00
..
WpfGui First pass at ACME support 2019-08-03 20:54:07 -07:00
AsmAcme.cs Rework string operand formatting 2019-08-09 17:46:33 -07:00
AsmCc65.cs Rework string operand formatting 2019-08-09 17:46:33 -07:00
AsmMerlin32.cs Rework string operand formatting 2019-08-09 17:46:33 -07:00
AsmTass64.cs Rework string operand formatting 2019-08-09 17:46:33 -07: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 Reverse position on '#' in block move operands 2019-08-08 13:02:01 -07:00
IAssembler.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
IGenerator.cs Reverse position on '#' in block move operands 2019-08-08 13:02:01 -07:00
LabelLocalizer.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00