Forum : Other families
Original Post
Post Information | Post |
---|---|
August 26, 2010 - 9:20am
|
Hi, Is anybody know how to implement NOP in C when using XE88LC05 in Ride. Thanks! |
Forum : Other families
Post Information | Post |
---|---|
August 26, 2010 - 9:20am
|
Hi, Is anybody know how to implement NOP in C when using XE88LC05 in Ride. Thanks! |
Hi,
Something like this should do it:
asm("nop");
See the GCC compiler doc for more information about inline assembler.
Best Regards,
Vincent
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!
Hi,
The docs are here:
\Doc\...
Try these in your case:
\Doc\C816\gcc.pdf
\Doc\C816\extend.pdf
Best Regards,
Vincent
Tu prends quand tes week-ends Vincent ?
:lol:
8!=9