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?
If you're not writing a C or C++ program, you'll have to inform the tools about this rather unusual plan.
Thanks for your kind response. I have resolved the error successfully.