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

@@ -1,12 +1,11 @@
/* asm_adsp219x.c -- Radare2 arch plugin for Analog Devices ADSP-219x
Copyright (C) 2026 Dr. Christian Giessen
Author: Dr. Christian Giessen
Date: 2026
Decodes most of the ADSP-219x instruction set (Types 1-37).
Verified against open21xx assembler output for Types 1, 3, 4,
6, 7, 8, 9, 9a, 10, 10a, 11, 15, 17, 18, 20, 25, 33.
Structurally implemented but not yet assembler-verified:
Types 12, 14, 16, 19, 21, 21a, 22, 22a, 23, 24, 26, 29,
30, 31, 32, 32a, 34, 35, 36, 37. */
Decodes all documented ADSP-219x instruction types (Types 1-37).
Most types are verified against open21xx assembler output; see
TESTING.md for the current verification matrix and any remaining
structural-only cases. */
#include <r_arch.h>