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.

NHET assembler

Hello,

I'm looking for NHET assembler . Though I installed HET IDE, I couldn't get it. Am I making mistake ?

Thank you in advance

Regards,

Suyog 

  • It's in the bin directory of the installation folder, called hetp.exe.
    On my computer: D:\Program Files (x86)\Texas Instruments\Hercules\HET IDE\03.05.01\bin
  • Thank you ! Cleared !

    But, I stuck with very foolish problem. Earlier, I was directly importing .het file. Now it's asking me to import .asm. And how could I change the location of assembler to my program location?
  • Here is a command line that works for me (I execute the assembler from CCS, in the build step of the project):
    ${HET_COMPILER} -v2 -n0 -hc32 ..\het\pto_null.het

    and in the build variables I defined:
    ${HET_COMPILER} = "D:\Program Files (x86)\Texas Instruments\Hercules\HET IDE\03.05.01\bin\hetp.exe"