This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS3137: n2het opcode to assembly code converter

Part Number: TMS570LS3137

Hi

I have opcode of N2HET program as given below but i want to covert it back to assembly (somehow i missed that file). Is it possible to do it? How?


{
0x000034C0,
0x0000221E,
0x00000000,
0x00000000
},

Thank you

Best Wishes

  • Hi Devendra,

    I have opcode of N2HET program as given below but i want to covert it back to assembly (somehow i missed that file). Is it possible to do it? How?

    The reverse conversion wouldn't be possible.

    using HET IDE, we can just insert assembly instructions and can convert them into the op-code.

    The only way here is that, you have to manually decode those opcodes and should need to find out the instructions.

    Use instruction Set section in the TRM to do this reverse process.

    --

    Thanks & regards,
    Jagadish.

  • Hi Jagadish

    Thanks for your reply, actually i some how i am able to do it using the HET IDE, it was bit tricky, but lot better than doing it manually. I still need to verify it. 

    Thanks