Accurate header comment and test coverage documentation

- Header no longer claims 'complete' — lists verified vs structural types
- Add TESTING.md with per-type coverage status and priority gaps
- 17 types assembler-verified, 20 types structural only
This commit is contained in:
Dr. Christian Giessen
2026-04-22 20:10:45 +00:00
parent ff56cb099f
commit 7c416c1b54
2 changed files with 72 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
/* asm_adsp219x.c -- Full Radare2 arch plugin for Analog Devices ADSP-219x
/* asm_adsp219x.c -- Radare2 arch plugin for Analog Devices ADSP-219x
Copyright (C) 2026 Dr. Christian Giessen
This file implements the complete ADSP-219x Instruction Set (Types 1-37). */
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. */
#include <r_arch.h>