1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-02 04:29:28 +00:00
This commit is contained in:
Andy McFadden 2020-11-03 13:24:55 -08:00
commit b415424368

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.