Analog Devices VISUALDSP++ 3.5 Manual page 213

C/c++ compiler and library for adsp-219x processors
Hide thumbs Also See for VISUALDSP++ 3.5:
Table of Contents

Advertisement

Table 1-18. C/C++ Naming Conventions for Symbols
In C/C++ Program
int c_var; /*declared global*/
void c_func(); /* in C code */
void cpp_func(void);
extern int asm_var;
extern void asm_func();
extern "asm" void asm_func();
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
In Assembly Subroutine
.extern _c_var;
.extern _c_func;
/* in C++
.extern _cpp_func__Fv;
source */
.global _asm_var;
.global _asm_func;
_asm_func:
.global asm_func;
asm_func:
Compiler
1-175

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?

Related Products for Analog Devices VISUALDSP++ 3.5

Table of Contents