.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