1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-08-21 02:29:33 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden 2f74fce80b Expand set of things that work with double-click on opcode
If you double-click on the opcode of "JSR label", the code view
selection jumps to the label.  This now works for partial operands,
e.g. "LDA #<label".

Some changes to the find-label-offset code affected the cc65 "is it
a forward reference to a direct-page label" logic.  The regression
test now correctly identifies an instruction that refers to itself
as not being a forward reference.
2018-11-03 15:03:25 -07:00
..
AsmCc65.cs Show assembler options in header comment 2018-11-03 14:02:52 -07:00
AsmMerlin32.cs Show assembler options in header comment 2018-11-03 14:02:52 -07:00
AsmTass64.cs Show assembler options in header comment 2018-11-03 14:02:52 -07: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 Initial file commit 2018-09-28 10:05:11 -07:00
AssemblerProgress.resx Initial file commit 2018-09-28 10:05:11 -07:00
AssemblerVersion.cs Initial file commit 2018-09-28 10:05:11 -07:00
GenAndAsm.cs Finish the underscore handling in the label localizer 2018-10-23 20:40:09 -07:00
GenAndAsm.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
GenAndAsm.resx Initial file commit 2018-09-28 10:05:11 -07:00
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 Initial file commit 2018-09-28 10:05:11 -07:00
GeneratorProgress.resx Initial file commit 2018-09-28 10:05:11 -07:00
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 Initial file commit 2018-09-28 10:05:11 -07:00