Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).
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.......
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.......