summaryrefslogtreecommitdiffstats
path: root/development/dis6502/README
diff options
context:
space:
mode:
author B. Watson2017-09-09 00:21:10 +0200
committer David Spencer2017-09-09 00:21:10 +0200
commita9efa8d56900615c922e3bca818dbb64a040f503 (patch)
treea3bac0d1cab098eed0b5c5dd6ec0e53d135fc06d /development/dis6502/README
parent8c4baf35c6da5ce67be3866d5044a51a9474877b (diff)
downloadslackbuilds-a9efa8d56900615c922e3bca818dbb64a040f503.tar.gz
development/dis6502: Added (flow-tracing disassembler for 6502).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/dis6502/README')
-rw-r--r--development/dis6502/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/dis6502/README b/development/dis6502/README
new file mode 100644
index 0000000000..006bfd5fc0
--- /dev/null
+++ b/development/dis6502/README
@@ -0,0 +1,10 @@
+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: 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).