2.4 Input/Output Files
The standard assembler input and output files are listed below.
Extension | Description |
---|---|
Input | |
.S | Assembly source file to be preprocessed (recommended) |
.s | Assembly source file |
Output | |
.o | Object file |
.1st | Assembler list file |
The MPLAB XC32 Assembler does not generate error files, hex files, or symbol and debug files. The XC32 assembler is capable of creating an assembler list file and a relocatable object file (that might or might not contain debugging information). The XC32 Linker is used with the assembler to produce the final object files, map files and a final executable file for debugging with MPLAB X IDE (see 2.2 Assembler and Other Development Tools).