We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have a reentrant function as shown below...
void Move(char X, char Sen, char Flag_Case) reentrant { while(1) { if(Flag_Case == 1) { switch(X) { ....
void main() { TMOD = 0X01; IE = 0X82; while(1) { Move(4,5,6); }