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.
is it required that the last instruction of a C51 program be something like this.
LABEL:SJMP LABEL
Ali Akbar
As Per Westermark writes, you need some type of forever loop. By default, Keil adds a LJMP to main or they did in the past. You may have code that location that you don't want to to re-run. So you had better decide where you want your code to loop. Bradford