summaryrefslogtreecommitdiffstats
path: root/development/dis6502
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-12 21:03:45 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:39:01 +0700
commit24d8aad1a2cea80364f9336e1f94c10bf1ef6e42 (patch)
tree014b6f661c114b5e56934316353c190e0abb914b /development/dis6502
parentde6056019f341519bf844594f0fd43eb6cc2d3a2 (diff)
downloadslackbuilds-24d8aad1a2cea80364f9336e1f94c10bf1ef6e42.tar.gz
slackbuilds-24d8aad1a2cea80364f9336e1f94c10bf1ef6e42.tar.xz
development/dis6502: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dis6502')
-rw-r--r--development/dis6502/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/development/dis6502/README b/development/dis6502/README
index 006bfd5fc0..5e3fd01970 100644
--- a/development/dis6502/README
+++ b/development/dis6502/README
@@ -2,8 +2,9 @@ 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.
+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,