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.
Everytime I click in c/c++ project, I can see 4 files.
I then will click on last file: peer application->SEH_ED_v1.5.c Then I modified the code.
What is the code file vlo_rand.asm for???
I also see people in this forum say that c and asm can be mixed. How?
I think that user need to write the c code first, then the c compiler will convert it to asm, then asm compiler will convert it to machine language... how come they can be mixed?
Hi,
I ever though that Assembler is the machine language *g*. Have a look at the documentation to see how c and assembler can the mixed (inline-asm or calling asm routines from c and vice-versa).
Rgds
G**kbuster
G**kbuster said:Hi,
I ever though that Assembler is the machine language *g*. Have a look at the documentation to see how c and assembler can the mixed (inline-asm or calling asm routines from c and vice-versa).
Rgds
G**kbuster
The App Note discussing mixing C & assembly is here: http://focus.ti.com/general/docs/litabsmultiplefilelist.tsp?literatureNumber=slaa140
Also for Code Composer - specific implementations see the User's Guide in the help menu of the IDE... All the documentation is included.
**Attention** This is a public forum