From 048ab309c713d4ca74d50f4d6e0f2a48364e2249 Mon Sep 17 00:00:00 2001 From: Mark Long Date: Sun, 30 Oct 2016 14:05:04 -0500 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c492d3..4c3e765 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 **(Currently in progress!)** * More low-level disk exploration tools (sector-level stuff, comparing DOS versions between disks, etc.) -* More analysis of Applesoft programs (Tracing flow control; determining unaccessable lines of code; finding 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; determining "hidden" areas of memory stuffed between lines or after the end of the program itself) * 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