I'll do my best to help!
Do you have a specific project in mind?
Why it helps
void delay_ms(unsigned int ms) unsigned int i, j; for(i = 0; i < ms; i++) for(j = 0; j < 1275; j++); at89c2051 projects