1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-04 16:30:01 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden 1844fcb8b7 Fix junk alignment check
While adding a message log entry for failing alignment directives,
I noticed that the assembler source generator's test for valid
alignment was allowing some bad alignment values through.

I'm holding off on reporting the message to the log because not all
format changes cause a data-reanalysis, which means the log entry
doesn't always appear and disappear when it should.  If we decide
this is an important message we can add a scan for "softer" errors.
2019-10-23 13:25:50 -07:00
..
WpfGui First pass at ACME support 2019-08-03 20:54:07 -07:00
AsmAcme.cs Add junk/align directives 2019-10-18 21:00:28 -07:00
AsmCc65.cs Correctly handle embedded instruction edge case 2019-10-19 17:28:45 -07:00
AsmMerlin32.cs Add junk/align directives 2019-10-18 21:00:28 -07:00
AsmTass64.cs Correctly handle embedded instruction edge case 2019-10-19 17:28:45 -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 Fix junk alignment check 2019-10-23 13:25:50 -07:00
IAssembler.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
IGenerator.cs Work around two assembler issues 2019-09-20 14:05:17 -07:00
LabelLocalizer.cs Remap labels that use opcode mnemonics 2019-09-20 15:29:34 -07:00