Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Message

Re: Any Example assembler Program for ARM

2006-04-26 by karlstiller

> Rajendra,
> 
> The Kickstart version is limited to 32K C source and unlimited ASM. 
> The ASM source output option is disabled to prevent user from 
> compiling C to ASM, effectively bypassing the limitation.  I don't 
> think there is a way to do what you want using the KickStart 
> compiler.  It's a good compiler though.
> 
> Ian
>

I use the IAR Kickstart compiler.  I know of this limitation, but if 
you just want an idea of what the assembly is like, what you can do is 
the following:

In the Project, Options -> C/C++ Compiler -> List

Click the option "Output list file", and Assembler Mnemonics.  As you 
found the option "Output assember file" must be in blank.

After compiling again check the output folder of each file.  There 
should be a .lst file with ARM assembly interlaced with your C code.

Good luck!

Karl

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.