2.3 Input/Output Files
Standard assembler input and output files are listed below.
Extension | Description |
---|---|
Input | |
.s | Source File |
Output | |
.o | Object File |
.lst | Listing File |
MPLAB XC32 Assembler does not generate error files, hex files, or symbol and debug files. The assembler is capable of creating a listing file and a relocatable object file (that may or may not contain debugging information). MPLAB XC32 Object Linker is used with the assembler to produce the final object files, map files and final executable file for debugging with MPLAB® X IDE.