Darshana's Blog
Sunday, July 11, 2010
How to add a 'nop' using C
When you write a C code sometimes
you will need to add an assemble nop(No OPeration)
this is how it goes..
__asm__("nop");
for multiple nops add ';'
__asm__("nop;nop;nop");
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment