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.
AREA DATA1, CODE, READONLY ENTRY EXPORT __START__START MOV R0, #0X01 MOV R1, #0X02 ADD R2, R0, R1L1 B L1 END
Just I am trying this simple assembly program for LPC1768 but it showing me the indicated error. How to solve it?
Thanks for your kind response. I have resolved the error successfully.