1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-07 07:28:57 +00:00

Update README.md

This commit is contained in:
Andy McFadden 2020-10-24 08:26:55 -07:00 committed by GitHub
parent 3ddf9d11c4
commit d066b0160d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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