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.
Hai all,
Some times in my program I get infinite Loop..Even though I am not using infinite while loop.The program gets struck in the following loop..
IF IDATALEN <> 0 MOV R0,#IDATALEN - 1 CLR A IDATALOOP: MOV @R0,A DJNZ R0,IDATALOOP ENDIF
Is that compiler(keil micro vision2) problem?...Kindly clarify me.....
with thanks, G.karthik Ragunath