capstone-engine / capstone

Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
http://www.capstone-engine.org
7.61k stars 1.56k forks source link

Feature request #2184

Open yuvyuv31 opened 1 year ago

yuvyuv31 commented 1 year ago

Is it possible to add tms320c66 to arch?

Rot127 commented 1 year ago

It is unlikely that this will happen soon. LLVM doesn't seem to support it. So using auto-sync won't do it (if you are not aware of a LLVM fork which implements it).

Also Capstone is short on maintainers. So if you do not find time to implement it, it probably won't happen that quickly unfortunately.