How to call assembly function in C program

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to call assembly function in C program

4,559 次查看
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
标签 (1)
标记 (1)
0 项奖励
回复
1 回复

714 次查看
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 项奖励
回复