Path: Assembly Language : COFF :

COFF COFF (common object file format)...

This is some code that works with COFF files.
COFF is a file format for relocteable machine code.

Source Code

  coffinfo.c
  coff.h
  test.asm
  array.asm
  coffinfo.cpp
  runcoff.cpp
  array.asm

Example
c:\coff> nasm -f coff array.asm -o array.obj
c:\coff> runcoff array.obj msvcrt.dll
Downloads

  coff.tar.gz - archive for my work on COFF
  coff.zip - archive for my work on COFF
  runcoff.exe - start on a COFF linker