1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-15 11:28:56 +00:00
6502bench/SourceGen/AsmGen
Andy McFadden a23c7e5ab6 Rename undocumented 6502 opcodes to match Unintended Opcodes doc
These *almost* match what cc65 has, and are accepted as primary or
aliases by 64tass.

This combines the LAX and LXA operations.  LXA is the immediate
form of LAX, and behaves somewhat differently (and is unstable).
I was treating them as two separate operations with independent
mnemonics, but that doesn't seem to be the preferred way to
handle it.

The cc65 generator wasn't generating LAX before; now it does.  This
required nudging the width disambiguator, as LAX is a second
example of an instruction with both DP,Y and ABS,Y operands.

(issue #20)
2018-10-05 14:28:45 -07:00
..
AsmCc65.cs Initial file commit 2018-09-28 10:05:11 -07:00
AsmMerlin32.cs Initial file commit 2018-09-28 10:05:11 -07:00
AssemblerInfo.cs Initial file commit 2018-09-28 10:05:11 -07:00
AssemblerProgress.cs Initial file commit 2018-09-28 10:05:11 -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 Initial file commit 2018-09-28 10:05:11 -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
GenCc65.cs Rename undocumented 6502 opcodes to match Unintended Opcodes doc 2018-10-05 14:28:45 -07:00
GenCommon.cs Initial file commit 2018-09-28 10:05:11 -07:00
GeneratorProgress.cs Initial file commit 2018-09-28 10:05:11 -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
GenMerlin32.cs Output code for v2.17 when cc65 isn't found 2018-10-01 17:11:09 -07:00
IAssembler.cs Initial file commit 2018-09-28 10:05:11 -07:00
IGenerator.cs Fix some comments 2018-10-01 15:24:27 -07:00
LabelLocalizer.cs Initial file commit 2018-09-28 10:05:11 -07:00
StringGather.cs Initial file commit 2018-09-28 10:05:11 -07:00