PDA

View Full Version : asm.lst file in PBP



azmax100
- 20th January 2009, 05:17
Hi all,

After compile my program there's a copy of asm/lst file in the folder.
what is this file for?

Thanks for reply.

Jerson
- 20th January 2009, 10:42
Those ASM and MAC files are intermediate files used by the compiler to generate the LST and HEX files. It is safe to delete them as they will be regenerated when you compile.

azmax100
- 20th January 2009, 11:30
Hi Jerson,

Is that mean PBP can generate ASM file? Can I use the ASM file with MPLAB?