diff options
author | B. Watson <yalhcru@gmail.com> | 2017-09-08 23:21:10 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-08 23:21:10 +0100 |
commit | a9efa8d56900615c922e3bca818dbb64a040f503 (patch) | |
tree | a3bac0d1cab098eed0b5c5dd6ec0e53d135fc06d /development/dis6502/slack-desc | |
parent | 8c4baf35c6da5ce67be3866d5044a51a9474877b (diff) |
development/dis6502: Added (flow-tracing disassembler for 6502).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/dis6502/slack-desc')
-rw-r--r-- | development/dis6502/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/dis6502/slack-desc b/development/dis6502/slack-desc new file mode 100644 index 0000000000000..ed7ac48766b5c --- /dev/null +++ b/development/dis6502/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +dis6502: dis6502 (flow-tracing disassembler for 6502) +dis6502: +dis6502: dis6502 is a 6502 disassembler that supports Atari 8-bit and Commodore +dis6502: executables, as well as raw memory dumps. It attempts to separate code +dis6502: sections from data by tracing the flow of execution, and supports a +dis6502: config file for manually defining code sections that aren't reached +dis6502: by the trace. +dis6502: +dis6502: +dis6502: +dis6502: |