쉬프트 사용해야되는데 모르겠어

#include <reg51.h>

void delay(unsigned int i) // 시간지연

{

while(i--);

}