Clarify coverage wording and add ROM analysis guide

This commit is contained in:
2026-04-22 22:59:44 +02:00
parent 14694fcbc4
commit 82958cfe74
4 changed files with 546 additions and 9 deletions

View File

@@ -57,3 +57,11 @@ instruction set reference chapters (PDF and text extracts):
- `9x_flowops.*` - Flow control (jumps, loops, returns)
- `9x_moveops.*` - Data move operations
- `9x_multiops.*` - Multifunction operations
## Large ROM Workflow
For a practical step-by-step workflow for analyzing a large raw
ADSP-219x ROM image, including how to separate likely code from likely
data and when to use graph analysis, see:
- `LARGE_ROM_ANALYSIS_WORKFLOW.md`