1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-10 04:23:44 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden 81029afae5 Generate C64 encodings in 64tass output
The 64tass generator now uses the "default text encoding" project
property to determine how readable text should be encoded.  For
example, if the property is set to PETSCII, an ASCII-to-PETSCII
encoding table is generated at the top of the output file.
2019-08-16 14:46:17 -07:00
..
WpfGui First pass at ACME support 2019-08-03 20:54:07 -07:00
AsmAcme.cs Update source generators to recognize C64 strings 2019-08-15 21:33:10 -07:00
AsmCc65.cs Update source generators to recognize C64 strings 2019-08-15 21:33:10 -07:00
AsmMerlin32.cs Update source generators to recognize C64 strings 2019-08-15 21:33:10 -07:00
AsmTass64.cs Generate C64 encodings in 64tass output 2019-08-16 14:46:17 -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 Replace character operand output method 2019-08-11 22:11:00 -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