Name: Anonymous 2010-05-13 18:05
What are the differences between
and
?
while (condition);and
while (condition) asm("nop");?
while (condition);while (condition) asm("nop");