Tricore disassembler - instruction decode manual?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User19781
Level 1
Level 1
Hi,
I'm need Tricore dissembler and found open source disassembler TriCore contributed by Michael Schumacher (mike@hightec-rt.com), condret (2016)
it's good start but it's failing to disasm a lot of instructions e.g. FB 00 00 40 -> mov32 e4, 0x0

I'd like to fix it but not sure how to decode the tricore opcode bytes? is there any instruction decode manual?

I know there is Ghidra disassembler but I need something light.
0 Likes
1 Reply
MoD
Employee
Employee
50 likes received 500 replies posted 100 solutions authored
Please see the TriCore Architecture Manual Part 2 which contain the complete instruction set with all needed information. A special decode manual (e.g. "How to write dissassembler…") don't exist.
0 Likes