6502bench

6502bench is a code development "workbench" for the 65xx family of processors, including the 6502, 65C02, and 65802/65816. It currently features one tool, the SourceGen disassembler.

SourceGen is an industrial-strength disassembler for 6502, 65C02, and 65816 programs. It runs on Windows 7 or later.

Demos and information:

You can download source code and executables for the latest version from the Releases page in the GitHub project.

Key features include:

Main Window Screenshot Gen/Asm Dialog Screenshot Gen/Asm Dialog Screenshot

Features in Detail:

Open Source

6502bench is written in C# .NET, using the (free to download) Visual Studio Community 2019 IDE as the primary development environment. The user interface uses the Windows Presentation Foundation (WPF) API. 6502bench is an open-source project, licensed under Apache 2.0. The full source code is available on GitHub.