mirror of
https://github.com/fadden/6502bench.git
synced 2025-01-08 12:30:36 +00:00
f7e5cf2f45
Most tests pass, but 2007-labels-and-symbols fails because the expressions recognized by 64tass don't match up with either of the other assemblers. This is currently using a workaround for the local label syntax. 64tass uses '_' as the prefix, which is unfortunate since SourceGen explicitly allowed underscores in labels. (So does 64tass for that matter, but it treats labels specially when the '_' comes first.) We will need to rename any non-local user labels that start with '_'. (issue #16) |
||
---|---|---|
.. | ||
AsmCc65.cs | ||
AsmMerlin32.cs | ||
AsmTass64.cs | ||
AssemblerConfig.cs | ||
AssemblerInfo.cs | ||
AssemblerProgress.cs | ||
AssemblerProgress.Designer.cs | ||
AssemblerProgress.resx | ||
AssemblerVersion.cs | ||
GenAndAsm.cs | ||
GenAndAsm.Designer.cs | ||
GenAndAsm.resx | ||
GenCommon.cs | ||
GeneratorProgress.cs | ||
GeneratorProgress.Designer.cs | ||
GeneratorProgress.resx | ||
IAssembler.cs | ||
IGenerator.cs | ||
LabelLocalizer.cs | ||
StringGather.cs |