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.

TMS470 compiler: generate assembly listing with instruction offset

Hi all,

Is it possible to generate assembly listing with the relative offset of the instructions? E.g:
// void main(void)
// {
// printf("Hello Wordl"); 
main:
0x0000  LDR    R13, 1223 ...

Currently I use the following parameters:
-k -al -ss

Regards,
Lajos