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
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
AssemblerInfo.cs
AssemblerVersion.cs
BinaryInclude.cs
GenCommon.cs
IAssembler.cs
IGenerator.cs
LabelLocalizer.cs