Sign in

username:

password:



Not a member?

Search adsp



Search tips

Subscribe to adsp



adsp by Keywords

AD1819 | AD7332 | ADSP-2106 | ADSP-21060 | ADSP-21065L | ADSP-2116 | ADSP-21160M | ADSP-2181 | ADSP-218x | ADSP-219 | ADSP-2199 | ADSP219 | BF531 | BF532 | BF533 | BF535 | Blackfin | FFT | JTAG | LDF | SDRAM | SHARC | SPORT | UART | VDSP++ | VisualDSP

Discussion Groups

Discussion Groups | Analog Devices DSPs | Programming Help is needed.....??

Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).

  

Post a new Thread

Programming Help is needed.....?? - mall...@yahoo.co.in - Feb 26 6:34:57 2008



Hi!

I just want a programming help...

In the Assembly language there is command  CALL (P0);
It will run the code at P0 (0xffa08000) .....
How can i implement same thing in c language...

thank u.......



(You need to be a member of adsp -- send a blank email to adsp-subscribe@yahoogroups.com )

RE: Programming Help is needed.....?? - amar...@wipro.com - Feb 26 9:15:07 2008

Define a function pointer variable and initialise this variable to call
address 0xff..... and just *fun_ptr().

________________________________

From: a...@yahoogroups.com [mailto:a...@yahoogroups.com] On Behalf Of
m...@yahoo.co.in
Sent: Tuesday, February 26, 2008 11:27 AM
To: a...@yahoogroups.com
Subject: [adsp] Programming Help is needed.....??

Hi!

I just want a programming help...

In the Assembly language there is command CALL (P0);
It will run the code at P0 (0xffa08000) .....
How can i implement same thing in c language...

thank u.......



(You need to be a member of adsp -- send a blank email to adsp-subscribe@yahoogroups.com )