From 0aa707cd0da3fa89ffcb9cbfd9b7e7059ab17726 Mon Sep 17 00:00:00 2001 From: Mark Long Date: Fri, 28 Oct 2016 09:40:51 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45ff1ba..041374e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ There is also a Hex/Decimal converter utility and some in-app documentation for In the pipeline are some more useful features (as I get a chance): * Syntax Highlighting * More low-level disk exploration tools (sector-level stuff, comparing DOS versions between disks, etc.) -* More analysis of AppleSoft programs (Tracing flow control, find addresses of PEEKS, POKES, CALLS, USRs, and &'s) +* More analysis of AppleSoft programs (Tracing flow control; determining unaccessable lines of code; finding addresses of PEEKS, POKES, CALLS, USRs, and &'s) * Processing and analysis of Integer Basic files * Much more robust disassembly tools: * Handling differences between 6502/65C02/65816 ops, as well as "undocumented" ops on the original 6502