Topic : CAN I WRITE ASM PROGRAM FOR LPC2148 ?

Forum : ARM

Original Post
Post Information Post
April 15, 2011 - 10:17am
Guest

But Bruno Sir i want to write the program in assembly language for LPC2148. I do not want to write the program in C language. Can you guide me..

Replies
Post Information Post
+1
0
-1
April 15, 2011 - 12:13pm
Raisonance Support Team

Hi Deni,

In such a case either you write your application with your startup file as a base, or you keep your startup as a separate file, but you need to define a "main" entry point in your application assembly file. Failing to do so will result in a linker error, failing to resolve the "main" extern.

I hope this helps.