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.
Hi,
Could someone tell me how to see all the options of the programme asm2000.exe, please? I tried asm2000 -h as wel as asm2000 --help in the command line but it didn't work. Great thanks!
Best regards,
Vu,
asm2000.exe should not be used directly. Instead, you should use the build tools shell cl2000.exe. cl2000 works for both C and ASM source files. For ASM only use, it is documented in SPRU513, the Assembly Language Tools User's Guide:
http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=spru513&fileType=pdf
cl2000 is also used to invoke the compiler, documented in the Compiler User's Guide SPRU514
http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=spru514&fileType=pdf
Regards,
David