1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-11-24 08:31:11 +00:00

Not called "hints" anymore

This commit is contained in:
Andy McFadden 2020-10-24 08:27:04 -07:00
parent 87e6476e29
commit cc4761dd62

View File

@ -68,9 +68,9 @@ features one tool, the SourceGen disassembler.</p>
<li>Analyzer: <li>Analyzer:
<ul> <ul>
<li>Support for 6502, 65C02, and 65816, including undocumented <li>Support for 6502, 65C02, and 65816, including undocumented
opcodes.</li> opcodes and the W65C02 extensions.</li>
<li>Hinting mechanism allows manual identification of code, data, and <li>Code tagging mechanism allows manual identification of code start/stop
inline data.</li> points and inline data.</li>
<li>Editable labels are generated for every branch destination and data <li>Editable labels are generated for every branch destination and data
target.</li> target.</li>
<li>Automatic detection and classification of character strings and runs <li>Automatic detection and classification of character strings and runs