slackbuilds/development/dis6502
B. Watson 43bb363999
development/dis6502: Updated for version 0.15+2857fc3_20180311.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-05-20 11:17:50 +07:00
..
2857fc3_20180311.diff development/dis6502: Updated for version 0.15+2857fc3_20180311. 2023-05-20 11:17:50 +07:00
README development/dis6502: Updated for version 0.15+2857fc3_20180311. 2023-05-20 11:17:50 +07:00
atari8.predefs
c64.predefs
dis6502.SlackBuild development/dis6502: Updated for version 0.15+2857fc3_20180311. 2023-05-20 11:17:50 +07:00
dis6502.info development/dis6502: Updated for version 0.15+2857fc3_20180311. 2023-05-20 11:17:50 +07:00
dis6502.rst
manpage.diff development/dis6502: Updated for version 0.15+2857fc3_20180311. 2023-05-20 11:17:50 +07:00
slack-desc

README

dis6502 (flow-tracing disassembler for 6502)

dis6502 is a 6502 disassembler that supports Atari 8-bit and Commodore
executables, as well as raw memory dumps. It attempts to separate code
sections from data by tracing the flow of execution, and supports a
config file for manually defining code sections that aren't reached by
the trace.

Note: the package includes predef files for Atari and Commodore 8-bit
computers, for use with the -p option, in /usr/share/dis6502.

Note: This is NOT the dis6502 from AtariMax. Although the name is the
same, AtariMax's disassembler is completely different (for one thing,
it's a Windows GUI application).