1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-08-09 05:24:58 +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

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.