1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-11-30 01:50:10 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden 2065f4ef9e Attempt to generate segment names for cc65
This worked, sort of.  The problem is that SourceGen will revert to
hex output in certain situations, such as a broken symbolic
reference.  There happens to be one in the ZIPPY example, and it's
on a relative branch.

The goal with the segment stuff is to allow cc65 to treat the
source as relocatable code.  In that context, a relative branch to
an absolute address doesn't make any sense, so the assembler reports
a range error.

We don't currently have a mechanism that guarantees no references
are broken (and no affordance for finding them), so we can't make
this mode the default yet.

Instead, we continue to use the generic config, but generate the
correct set of lines as comments.

(issue #39)
2018-11-18 15:11:29 -08:00
..
AsmCc65.cs Attempt to generate segment names for cc65 2018-11-18 15:11:29 -08:00
AsmMerlin32.cs Show assembler options in header comment 2018-11-03 14:02:52 -07:00
AsmTass64.cs Attempt to generate segment names for cc65 2018-11-18 15:11:29 -08:00
AssemblerConfig.cs Progress toward new assembler configuration 2018-10-20 20:35:32 -07:00
AssemblerInfo.cs Progress toward 64tass support 2018-10-23 20:08:01 -07:00
AssemblerProgress.cs Add parent window to all MessageBox.Show() invocations 2018-10-07 13:13:00 -07:00
AssemblerProgress.Designer.cs
AssemblerProgress.resx
AssemblerVersion.cs
GenAndAsm.cs Finish the underscore handling in the label localizer 2018-10-23 20:40:09 -07:00
GenAndAsm.Designer.cs
GenAndAsm.resx
GenCommon.cs Expand set of things that work with double-click on opcode 2018-11-03 15:03:25 -07:00
GeneratorProgress.cs Add parent window to all MessageBox.Show() invocations 2018-10-07 13:13:00 -07:00
GeneratorProgress.Designer.cs
GeneratorProgress.resx
IAssembler.cs Progress toward new assembler configuration 2018-10-20 21:24:28 -07:00
IGenerator.cs Work around cc65 single-pass behavior 2018-11-02 15:32:54 -07:00
LabelLocalizer.cs Finish the underscore handling in the label localizer 2018-10-23 20:40:09 -07:00
StringGather.cs