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 am having a board of lpc 2129 controller.i am using keil uvision as the software. i cant compile asembly programs using keil.ann error occured in starup.s.kindly give me any suggessions
"kindly give me any suggessions"
What useful suggestions do you expect when you don't even say what error you get?!
Read the error message - it is there to tell you what the problem is! Look it up in the Manual Look at your code, and think about what you need to do to correct the error that it's telling you;
eg, if it says "X is undefined", then you need to provide a definition for X, don't you?