How to call assembly function in C program

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to call assembly function in C program

4,548件の閲覧回数
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 返信

703件の閲覧回数
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 件の賞賛
返信