mkasmoff
Create an assembler include file from an ELF or COFF file
Syntax:
mkasmoff format infile outfile
Runs on:
Linux, Microsoft Windows
Options:
- format
- The name of a format file.
- infile
- The name of an input ELF or COFF file.
- outfile
- The name of an 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. It also uses format file. Some format types are 'gas', 'masm', 'cpp', 'c6x'.