mkasmoff

Updated: April 19, 2023

Create an assembler include file from an ELF or COFF file

Syntax:

mkasmoff infile outfile

Runs on:

Linux, macOS, Microsoft Windows

Options:

format
The name of a format file.
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. It also uses format file. Some format types are 'gas', 'masm', 'cpp', 'c6x'.