[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

mkasmoff

Create an assembler include file from an ELF or COFF file

Syntax:

mkasmoff infile outfile

Options:

infile
The name of an input ELF or COFF file.
outfile
The name of the output file.

Description:

The mkasmoff utility reads the infile ELF or COFF object file (created with the macros in <mkasmoff.h>) and creates an assembler include file called outfile containing the appropriate macro definitions.


[Previous] [Contents] [Index] [Next]