DelayLoop

for(int i = 0; i < 100000; i++)
{
   __NOP();
}

Share >