Menu

Tree [a71332] master /
 History

HTTPS access


File Date Author Commit
 build 2025-12-27 Peter Dell Peter Dell [a71332] Update build_dis6502-daily.bat
 doc 2025-12-26 Peter Dell Peter Dell [ab8672] Update dis6502.txt
 lib 2025-12-26 Peter Dell Peter Dell [45a29d] Add lib/GSL-main
 site 2023-07-26 Peter Dell Peter Dell [982672] Rename site files
 src 2025-12-26 Peter Dell Peter Dell [47ae64] Adapt project structure
 tst 2024-06-30 Peter Dell Peter Dell [77390a] Rework equate definition and add serialization....
 .gitattributes 2015-04-13 Eric Bacher Eric Bacher [ab48c6] Start of version 3.0
 .gitignore 2025-12-27 Peter Dell Peter Dell [5a51d3] Update .gitignore
 COPYING 2020-05-03 Peter Dell Peter Dell [e28690] Merge fork at https://sourceforge.net/u/scttgs0...
 README.md 2025-12-26 Peter Dell Peter Dell [45a29d] Add lib/GSL-main
 dis6502.sln 2025-12-26 Peter Dell Peter Dell [47ae64] Adapt project structure

Read Me

DIS6502

The 6502 Disassembler (DIS6502) is a Windows application that enables you to interactively disassemble an 8-bit binary file or disk image file. You can then save a ready to assemble listing in an assembler source file.

Copyright (C) 1997-2019  Eric Bacher
Copyright (C) 2005  James Wilkinson
Copyright (C) 2015-2023  Peter Dell
Copyright (C) 2019,2022  Scott Giese

Purpose

The original version is maintained by Peter Dell and is available at https://sourceforge.net/projects/dis6502/.

Building

The project requires https://github.com/microsoft/GSL installed.
You can installed it via the context menu "Manage NuGet Images" of the "dis6502" project
and install https://www.nuget.org/packages/gsl-msvc14-x64/2.3.0.2779

GNU General Public License version 2

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Monday.com Logo