1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-12-01 22:50:35 +00:00
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
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
CpuDef.cs
Formatter.cs Remove unused PNG from project manifest 2023-03-30 17:25:19 -07:00
Helper.cs
Label.cs Improve instruction operand edit edge case 2022-01-12 14:17:28 -08:00
Number.cs
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
StatusFlags.cs
StringOpFormatter.cs
TriState16.cs