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.
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_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. :(