mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-04 15:05:03 +00:00
a88c746419
The cc65 assembler runs in a single pass, which means forward address references default to 16 bits. For zero-page references we have to add an explicit width disambiguator. (This is an unusual situation that only occurs if you have a zero-page .ORG in the file after code that references it.) With this change, 2014-label-dp passes, and no other regression tests were affected. (issue #40) |
||
---|---|---|
.. | ||
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 |