1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-30 15:29:01 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden 55f0230e6f Don't use "not" as a label in ACME output
The ACME assembler gets upset if you use "not" as a label.  We now
avoid doing so, using a generalized implementation of the opcode
mnemonic rename code.  (Issue #112.)

Renamed a label to "not" in the 20081-label-localizer test.
2021-10-18 13:04:10 -07:00
..
WpfGui Improve handling of C64 PRG header 2020-10-17 16:45:13 -07:00
AsmAcme.cs Don't use "not" as a label in ACME output 2021-10-18 13:04:10 -07:00
AsmCc65.cs Add "uninitialized data" format type 2021-10-13 15:05:07 -07:00
AsmMerlin32.cs Add "uninitialized data" format type 2021-10-13 15:05:07 -07:00
AsmTass64.cs Add "uninitialized data" format type 2021-10-13 15:05:07 -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 Implement IsRelative for cc65/merlin32 2021-10-09 10:08:14 -07:00
IAssembler.cs Improve handling of C64 PRG header 2020-10-17 16:45:13 -07:00
IGenerator.cs ORG rework, part 6 2021-09-30 21:11:26 -07:00
LabelLocalizer.cs Don't use "not" as a label in ACME output 2021-10-18 13:04:10 -07:00