> 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
Message
Re: Any Example assembler Program for ARM
2006-04-26 by karlstiller
Attachments
- No local attachments were found for this message.