6502bench/Asm65
Andy McFadden d6cfc83368 Disable "prefer 32 bit" build flag
The build flag causes the application to run as a 32-bit app on 64-bit
systems, which we don't want.  We're still using "Any CPU" as the
platform target, so it will continue to work on 32-bit x86 systems;
we just no longer force it to always be 32-bit.

This only affects the main .NET Framework application executable.
The setting is not relevant for the libraries.

(Note to future self: the way things work changed with .NET Core,
which requires different executables for different targets, specified
with the RID.  The older .NET Framework is Windows-only, which makes
it easier to have a single multi-target EXE.)
2024-05-09 10:03:08 -07:00
..
Properties Initial file commit 2018-09-28 10:05:11 -07:00
Address.cs ORG rework, part 6 2021-09-30 21:11:26 -07:00
Asm65.csproj Disable "prefer 32 bit" build flag 2024-05-09 10:03:08 -07:00
CharEncoding.cs PETSCII does DCI 2019-08-20 17:55:12 -07:00
CpuDef.cs Add W65C02S support, part 2 2020-10-10 18:34:19 -07:00
Formatter.cs Remove unused PNG from project manifest 2023-03-30 17:25:19 -07:00
Helper.cs Add junk/align directives 2019-10-18 21:00:28 -07:00
Label.cs Improve instruction operand edit edge case 2022-01-12 14:17:28 -08:00
Number.cs Data Bank Register management, part 2 2020-07-09 11:14:55 -07:00
OpDef.cs Minor fixes 2021-12-23 11:29:29 -08:00
OpDescription.cs Fix display of Rockwell long op descrs 2023-05-04 17:29:57 -07:00
OpName.cs Add W65C02S support, part 1 2020-10-10 15:46:34 -07:00
StatusFlags.cs Fix application of reloc info in data areas 2020-07-07 11:48:51 -07:00
StringOpFormatter.cs Fix DCI string edge case 2021-08-10 14:08:39 -07:00
TriState16.cs Initial file commit 2018-09-28 10:05:11 -07:00