Transliteration

Hello Vikram and Chris,

I know that I can decompile (and translate to C) an x86 program via IDA and Hex-ray (http://www.hex-rays.com/compare.shtml) but for the n64 this program doesn’t exist. So, I would like to write this decompiler (N64 to asm/mips to C). This operation is named transliteration… Do you know if the LLVM can do that via the JIT compiler ( = asm to C conversion)? Is it possible to generate a C code from any assembly language (cf.http://www.microapl.co.uk/asm2c/) via LLVM?

Thanks in advance,
Mustapha Tachouct