| |
| | Dr. Dobb's | Object File Formats | May 1, 1997 |
 | | Because COFF is a binary format, when reading it (if you're using the C programming language), you should use the rb mode to open the file and process all the information using fread and fwrite. |
 | | Note that in the COFF file we have just disassembled, although the format of the data in the object file is the same, the data may be represented differently. |
 | | While COFF is basically defined as a portable format for binary applications on UNIX System V, IEEE695 primarily exists on a variety of native and cross-development platforms, including the Motorola 68000 (Microtec Research), Motorola 68HC08 (BSO/Tasking), Hitachi, and Zilog processors. |
| www.ddj.com /184410191 (3342 words) |
|