
	P A R S E C O F F
	-----------------

PCF stands for parsecoff.

It has the same purpose and the same switches as parselib (plb) so please
look at plb.txt for information. The only additional switch is

	-g...

which changes COFF magic number. By default magic number is 0514 octal
and you don't need to change it. (COFF magic number appears at the start of
COFF file, first 2 bytes). Parsecoff will recognize file as a COFF file if
it starts with the specified magic or with 0.

Parsecoff can handle separate COFF files and AR libraries.
