.COF 文件扩展名
MPLAB COFF File
| 开发者 | Microchip Technology |
| 受欢迎程度 |
3.5 | 15 票 |
什么是 COF 文件?
Common Object File Format (COFF) executable file created by MPLAB IDE, an IDE used to program embedded applications for Microchip Technology's PIC and dsPIC microcontrollers; stores machine code and debugging information for the program.
更多信息
COF files are created from the MPLINK linker component, which takes object .O files, library files, and a linker script to produce the executables. Two other files are created as well with the ".map" and ".hex" extensions.
注: The COFF format is not unique to MPLAB IDE. However, MPLAB IDE uses the ".cof" extension for its COFF files. COFF files also use the .OUT extension.
可打开或引用 COF 文件的程序
Windows