1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-12-01 22:50:35 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden 14cacb4274 Eliminate BoxLineCommentDelimiter
This was used to prefix boxed lines with a comment delimiter, but
in practice we just need to do this whenever the box character
doesn't match the full-line comment delimiter.

This has no effect on generated assembly output, but the on-screen
(and exported HTML) form will now reflect the current settings.
2024-07-04 10:32:24 -07:00
..
WpfGui Binary includes 2024-05-31 14:22:39 -07:00
AsmAcme.cs Eliminate BoxLineCommentDelimiter 2024-07-04 10:32:24 -07:00
AsmCc65.cs Eliminate BoxLineCommentDelimiter 2024-07-04 10:32:24 -07:00
AsmMerlin32.cs Eliminate BoxLineCommentDelimiter 2024-07-04 10:32:24 -07:00
AsmTass64.cs Eliminate BoxLineCommentDelimiter 2024-07-04 10:32:24 -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
BinaryInclude.cs Binary includes 2024-05-31 14:22:39 -07:00
GenCommon.cs Use '*' for full-line Merlin comments 2024-06-26 10:54:46 -07:00
IAssembler.cs Improve handling of C64 PRG header 2020-10-17 16:45:13 -07:00
IGenerator.cs Binary includes 2024-05-31 14:22:39 -07:00
LabelLocalizer.cs Don't use "not" as a label in ACME output 2021-10-18 13:04:10 -07:00