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

inline asmbly with c++ compiler for vc 3.0

rogerxrzzzy
Beginner
251 Views
Hi,
Could someone tell me how to do inline asmbly with intel c++ compiler for xscale?
For example, I want to multiply two 32 bits int and shift the 64 bit result right 27bits and return the result.
Is there any place that I can get docs for inline assembly?
Thanks a lot!
Roger
0 Kudos
1 Reply
klyf
Beginner
251 Views
I suggest you could find in "Intel PXA250 Application Processors Optimization Guide". This documentation has a lot of tips and tricks for code Optimization, including programming in assembly language.
I hope its help you
Mrcio
0 Kudos
Reply