Assembler Options
Assembler Options
MCUez HC12 Assembler User’s Manual
MOTOROLA Assembler Options 83
5.4.3 -F2 -FA2
-F: Object file format
Group: OUTPUT
Scope: Application
Syntax: -F (2 | A2)
Arguments: 2: ELF/DWARF 2.0 object file format
A2: ELF/DWARF 2.0 absolute file format (default)
Default: -FA2
Description: Defines format for the output file generated by the assembler
With the option -F2 set, the assembler produces an
ELF/DWARF 2.0object file.
With the option -FA2 set, the assembler produces an
ELF/DWARF 2.0absolute file.
Example: ASMOPTIONS=-F2
See also: None