development/dis6502: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 21:03:45 -04:00 committed by Willy Sudiarto Raharjo
parent de6056019f
commit 24d8aad1a2
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 3 additions and 2 deletions

View File

@ -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,