| [ << ] | [ >> ] | [] | [] | [] | [ ? ] |
This chapter describes the coff output module which can be selected with the ‘-Fcoff’ option.
This module is written in 2025 by Jean-Paul Mari and is covered by the vasm copyright without modifications.
Sets the magic field of the coff header to an unsigned 16 bits value. The magic default is based on the CPU= define used.
This output module emits the coff (assembler output)
format, which is a format for executable, object code,
and shared library computer files used on Unix like systems.
It was introduced in Unix System V, replaced the previously used a.out format.
The coff output format, as implemented in vasm, currently supports
the following architectures:
Some known problems of this module at the moment:
This module has the following error messages:
| [ << ] | [ >> ] | [] | [] | [] | [ ? ] |