Menu

Tree [c3cac0] master /
 History

HTTPS access


File Date Author Commit
 doc 2022-09-25 Scott Giese Scott Giese [35a149] fix typos in documentation
 src 2022-09-25 Scott Giese Scott Giese [c3cac0] move UI classes to ui/winform folder
 tst 2022-04-25 Peter Dell Peter Dell [18030b] Add unit001/002 to git repository for reference
 .gitignore 2022-03-28 Peter Dell Peter Dell [534c75] Merge Commit [2ca44d], ignore cache file
 COPYING 2020-05-03 Peter Dell Peter Dell [e28690] Merge fork at https://sourceforge.net/u/scttgs0...
 Doxyfile 2020-05-03 Peter Dell Peter Dell [e28690] Merge fork at https://sourceforge.net/u/scttgs0...
 README.md 2022-05-09 Peter Dell Peter Dell [f5ab3f] Fix links, texts and initializations
 dis6502.sln 2022-03-23 Peter Dell Peter Dell [cf3dff] Remove x64 config

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-2022  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/.

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.