From d066b0160df3ed36663d1f85eaa00b4b717129ea Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sat, 24 Oct 2020 08:26:55 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a2befd..85df785 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ and [visualizations](https://youtu.be/lSvEr5nCHbY) are available. Analyzer: - Support for 6502, 65C02, and 65816, including undocumented opcodes and the W65C02 extensions. -- Hinting mechanism allows manual identification of code, data, and inline - data. +- Code tagging mechanism allows manual identification of code start/stop + points and inline data. - Editable labels are generated for every branch destination and data target. - Automatic detection and classification of character strings and runs of identical bytes.