Commit Graph

4 Commits

Author SHA1 Message Date
14694fcbc4 Fix CNTR opcode in ISA test ROM 2026-04-22 22:43:15 +02:00
Siggi
29dc1f1bd2 Update all docs and test generator to match verified assembler opcodes
- README.md: Complete project overview with plugin status
- ARCHITECTURE.md: Fixed register tables (CNTR in REG1, not REG2)
- GETTING_STARTED.md: r2-native workflow, removed Python disasm refs
- PRACTICAL_EXAMPLE.md: Uses verified open21xx opcodes with bit layouts
- ROM_ANALYSIS_WALKTHROUGH.md: Updated format detection and r2 commands
- r2plugin/README.md: Simplified, points to assembler test ROM
- gen_isa_test.py: All opcodes from open21xx assembler with labels
2026-04-22 18:46:54 +00:00
Siggi
88d14aac7f Compliance update: GNU Coding Standards for C, relative paths in Python, and updated README. 2026-04-12 16:59:41 +00:00
Siggi
e940f51b96 Complete ISA test ROM + Stable radare2 arch plugin for ADSP-219x
- Generated comprehensive ISA test ROM (42 instructions, all 37 types)
- Plugin covers: NOP, IDLE, Multifunction, Direct Memory, Imm Loads (G0/G1/G2), Jump/Call, Return, Reg Move
- Stable disassembler for first ROM analysis
- Bitfield priorities fixed to avoid opcode overlaps
2026-04-12 16:42:27 +00:00