Hello,
I am writing a small program and small subroutine. My main progam is in C language and subroutine is in asm language. both c and asm are in two different files.
I have included both the file in the same project and completed the build successfully.
when I keep breakpoint in asm file, the break point is not getting hit and the program is hung.
the file names are main.c and dotp.asm
environment : CCS5.5, TMS320C6455 simulator mode.
Here are my questions :
1. Do I need to do any special setting when I include asm file into the project
2. how the c program knows that the subroutine is in asm file ?
3. Any other setting I need to do in the project ?
quick help in this regard is highly appreciated.
Thanks and Regards,
Divakar