1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-15 11:28:56 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden 824add17e8 Remap labels that use opcode mnemonics
In a recent survey, three out of four cross assemblers surveyed
recommended not using opcode mnemonics to their patients who use
labels.  We now remap labels like "AND" and "jmp", using the label
map that's part of the label localizer.

We skip the step for Merlin 32, which is perfectly happy to assemble
"JMP JMP JMP".

Also, fixed a bug in MaskLeadingUnderscores that could hang the
source generator thread.
2019-09-20 15:29:34 -07:00
..
WpfGui First pass at ACME support 2019-08-03 20:54:07 -07:00
AsmAcme.cs Remap labels that use opcode mnemonics 2019-09-20 15:29:34 -07:00
AsmCc65.cs Remap labels that use opcode mnemonics 2019-09-20 15:29:34 -07:00
AsmMerlin32.cs Remap labels that use opcode mnemonics 2019-09-20 15:29:34 -07:00
AsmTass64.cs Remap labels that use opcode mnemonics 2019-09-20 15:29:34 -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 Work around two assembler issues 2019-09-20 14:05:17 -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