From 24d8aad1a2cea80364f9336e1f94c10bf1ef6e42 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 12 Oct 2020 21:03:45 -0400 Subject: [PATCH] development/dis6502: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- development/dis6502/README | 5 +++-- 1 file 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,