This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM7 Assembly code using KEIL

Hi everyone,

I am using KEIL IDE and i want to write my code in assembly for LPC2148(ARM7).
I have created a project in normal way and included an test.asm file.
Please guide me in creating my assembly program.

----------------test.asm---------------

AREA test, CODE, READONLY

ENTRY

MOV r0, r1;

END

---------------------------------------
---------------ERROR-------------------

*** WARNING L23: UNRESOLVED EXTERNAL SYMBOLS
*** ERROR L128: REFERENCE MADE TO UNRESOLVED EXTERNAL
SYMBOL: ?C?INIT

0