Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

inline assembly in Intel C++ compiler forembedded Visual C++

locian
Beginner
207 Views
Does the Intel C++ compiler for embedded Visual C++ supportC variable handover from the C code to the assembly code??
an example to that :
int i=5;
asm mov r0 , i ;
0 Kudos
0 Replies
Reply