1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-06 16:29:03 +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: Analyzer:
- Support for 6502, 65C02, and 65816, including undocumented opcodes - Support for 6502, 65C02, and 65816, including undocumented opcodes
and the W65C02 extensions. and the W65C02 extensions.
- Hinting mechanism allows manual identification of code, data, and inline - Code tagging mechanism allows manual identification of code start/stop
data. points and inline data.
- Editable labels are generated for every branch destination and data target. - Editable labels are generated for every branch destination and data target.
- Automatic detection and classification of character strings and runs of - Automatic detection and classification of character strings and runs of
identical bytes. identical bytes.