1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-31 19:04:44 +00:00

Fix spelling

This commit is contained in:
Andy McFadden 2020-10-21 08:09:30 -07:00
parent 7c47801629
commit 87e6476e29

View File

@ -43,7 +43,7 @@ features one tool, the SourceGen disassembler.</p>
add comments, and see the results immediately. Add multi-line comments add comments, and see the results immediately. Add multi-line comments
and have them word-wrapped automatically. Create inline visualizations of and have them word-wrapped automatically. Create inline visualizations of
embedded bitmaps and wireframe data, and define animated sequences.</li> embedded bitmaps and wireframe data, and define animated sequences.</li>
<li>Sophisticated statis analysis. The disassembly engine traces code <li>Sophisticated static analysis. The disassembly engine traces code
execution, automatically finding all instructions reachable from a given execution, automatically finding all instructions reachable from a given
starting point. Changes to the processor status flags are tracked, starting point. Changes to the processor status flags are tracked,
allowing identification of branches that are always/never taken, allowing identification of branches that are always/never taken,