[ << ] | [ >> ] | [] | [] | [] | [ ? ] |
This chapter describes the Intel Hex output module which can be selected with the ‘-Fihex’ option.
This module is written in 2020 by Rida Dzhaafar and is covered by the vasm copyright without modifications.
Enforce Carriage-Return and Line-Feed ("\r\n"
) line
endings. Default is to use the host’s line endings.
Selects a format supporting 16-bit address space (default).
Selects a format supporting 20-bit address space.
Selects a format supporting 32-bit address space.
Sets the number of bytes per record to n
.
Defaults to 32 bytes.
This output module outputs the contents of all sections in Intel hex format, which is a simple ASCII output of hexadecimal digits.
Some known problems of this module at the moment:
This module has the following error messages:
[ << ] | [ >> ] | [] | [] | [] | [ ? ] |