IAR IDE ASM file

Hello,

I am using LPC2103 and I know just a little about ASM.

I am willing to know a little more by reading C code translated to ASM after compilation. Does the IAR IDE produce this kind of info? I saw .o, .hex, .map and .out files.

I couldn’t find any asm codes for this microcontroller.

Thank you.

Best Regards,

Rick

You should be able to get it to generate assembler files. You need to read the documentation. It’s documented for the IAR MSP430 compiler, anyway, in the Compiler Reference doc.

Leon

leon_heller:
You should be able to get it to generate assembler files. You need to read the documentation. It’s documented for the IAR MSP430 compiler, anyway, in the Compiler Reference doc.

Leon

It (IAR) won't at the kickstart level. Need to have a full-up license to get it to generate assembly files. :(

Thank you Bill!

You’ve just got to the point. Right now I am evaluating a Kickstart IAR v.

Regards,

Rick