Commit Graph

4 Commits

Author SHA1 Message Date
Dr. Christian Giessen
2a8a952f22 Add analysis op->type annotations (rebased)
Remove parse_adsp219x.c - r2 6.x has no external parse plugin API.
The 'asm.parser not found' warning is cosmetic and can be suppressed
with 'e asm.parser=null' in ~/.radare2rc.

Update Makefile to match upstream changes.
2026-04-27 11:49:49 +00:00
de06753520 Clean up plugin build workflow and docs 2026-04-22 22:39:53 +02:00
Siggi
b62ad6517e Fix r2 arch plugin for radare2 >= 5.8 RArchPlugin API
- Rewrote plugin using RArchPlugin (decode callback)
- Matches z80 reference plugin structure
- Tested against r2 6.1.3
- Decodes: NOP, Type 1 (Compute|DM|PM), Type 6 (Imm16),
  Type 10 (Jump/Call), Type 11 (DO UNTIL), Type 20 (RTS/RTI)
- Proper code alignment (3 bytes) via archinfo callback
- Delayed branch flag support
2026-04-12 14:45:23 +00:00
Siggi
2e43456293 Add radare2 ADSP-219x ASM plugin 2026-04-12 14:28:20 +00:00