1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-11 02:28:54 +00:00
6502bench/Asm65
Andy McFadden 8c053c29f2 Update ACME generator for v0.97
Two things changed: (1) string literals can now hold backslash
escapes like "\n"; (2) MVN/MVP operands can now be prefixed with '#'.
The former was a breaking change because any string with "\" must
be changed to "\\".  This is now handled by the string operand
formatter.

Also, improved test harness output.  Show the assembler versions at
the end, and include assembler failure messages in the collected
output.
2021-07-31 14:42:36 -07:00
..
Properties
Address.cs
Asm65.csproj
CharEncoding.cs
CpuDef.cs
Formatter.cs Add W65C02S support, part 3 2020-10-11 14:35:17 -07:00
Helper.cs
Label.cs
Number.cs
OpDef.cs Add W65C02S support, part 3 2020-10-11 14:35:17 -07:00
OpDescription.cs
OpName.cs
StatusFlags.cs
StringOpFormatter.cs Update ACME generator for v0.97 2021-07-31 14:42:36 -07:00
TriState16.cs