Skip to content

6502bench SourceGen v1.9.0

Latest
Compare
Choose a tag to compare
@fadden fadden released this 19 Aug 20:11
· 5 commits to master since this release

6502bench currently has one tool, the SourceGen disassembler.

The best place to start is to work through the tutorials. Various sample projects are included in the distribution.

Changes since v1.8.6:

  • Added "fancy" formatting for long comments (#111).
  • Added address region isolation (#139).
  • Added binary includes (#144).
  • Address table formatter now finds project/platform symbols (#160).
  • Added auto-save (#161).
  • Full-line comment delimiter shown on-screen is now configurable. Merlin 32 asm source generator now uses '*'.
  • Fixed Applesoft shape table visualizer.
  • The "seek nearby targets" feature is now disabled by default for new projects.
  • Disabled "prefer 32-bit" flag in build.

The program is written in C# .NET, using WPF for the user interface. The attached binaries have been tested on Windows 10. There is no installer; just unzip the files somewhere convenient and double-click SourceGen.exe to start the program.

Linux and Mac OS X are not supported at this time, though version 9+ of the Wine emulation layer is reported to work.

IMPORTANT: your Windows system must have .NET Framework v4.6.2 or later installed. Most systems will already have this, but if you have trouble getting the app to start, you may need to install it. You can download it directly from Microsoft, at https://dotnet.microsoft.com/en-us/download/dotnet-framework .