1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-15 11:28:56 +00:00
6502bench/SourceGen/Properties
Andy McFadden f7e5cf2f45 Progress toward 64tass support
Most tests pass, but 2007-labels-and-symbols fails because the
expressions recognized by 64tass don't match up with either of the
other assemblers.

This is currently using a workaround for the local label syntax.
64tass uses '_' as the prefix, which is unfortunate since SourceGen
explicitly allowed underscores in labels.  (So does 64tass for that
matter, but it treats labels specially when the '_' comes first.)
We will need to rename any non-local user labels that start with '_'.

(issue #16)
2018-10-23 20:08:01 -07:00
..
AssemblyInfo.cs Initial file commit 2018-09-28 10:05:11 -07:00
Resources.Designer.cs Progress toward 64tass support 2018-10-23 20:08:01 -07:00
Resources.resx Progress toward 64tass support 2018-10-23 20:08:01 -07:00
Settings.Designer.cs Initial file commit 2018-09-28 10:05:11 -07:00
Settings.settings Initial file commit 2018-09-28 10:05:11 -07:00