6502bench SourceGen

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.

Quick links:


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

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

Features in Detail:

SourceGen 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. The full source code for the project is available on GitHub, licensed under Apache 2.0.