Topic : Hi, is anybody know how to implement NOP in C when using XE88LC05 in R

Forum : Other families

Original Post
Post Information Post
August 26, 2010 - 9:20am
Guest

Hi,

Is anybody know how to implement NOP in C when using XE88LC05 in Ride.

Thanks!

Replies
Post Information Post
+1
0
-1
August 26, 2010 - 10:58am
Raisonance Support Team

Hi,

Something like this should do it:

asm("nop");

See the GCC compiler doc for more information about inline assembler.

Best Regards,

Vincent

+1
0
-1
August 26, 2010 - 11:49am
Guest

Hi Vincent,

Thanks for your reply.

I did not find anything about how embed asm to C program in the GCC complier doc.

Could you give me a link or other information about this?

Thanks again!

+1
0
-1
August 26, 2010 - 2:24pm
Raisonance Support Team

Hi,

The docs are here:
\Doc\...

Try these in your case:
\Doc\C816\gcc.pdf
\Doc\C816\extend.pdf

Best Regards,

Vincent

+1
0
-1
September 27, 2010 - 11:31am
Raisonance Support Team

Tu prends quand tes week-ends Vincent ?
:lol:

+1
0
-1
September 28, 2010 - 11:08am
Raisonance Support Team

8!=9