How to call assembly function in C program

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to call assembly function in C program

4,546 Views
snehita
Contributor I
Hi,
 
Need help for how to call assembly function in C program. i know we can call asemblly function by asm instruction. but i want other option.
 
Please help me.
 
Thanks in advance
 
Snehita
Labels (1)
Tags (1)
0 Kudos
Reply
1 Reply

701 Views
trytohelp
NXP Employee
NXP Employee
Hi,
 
The project wizard contains an example like this.
In the IDE select File ¦ New. Select DSP56800x_EABI Stationnery.
Select simulators for instance. There is an example named Simple_Asm_and_C.
This is a mixing project.
An assembler function is called in the main c routine.
 
Hope this will help you.
Regards
Pascal
 
0 Kudos
Reply