Assembler Options
Assembler Options
MCUez HC12 Assembler User’s Manual
MOTOROLA Assembler Options 79
5.4 Assembler Options
Table 5-1 describes how assembler options are grouped and Table 5-2
describes the scope of each option.
Available options are arranged in separate groups, and a dialog box tab is
available for each group. The content of the list box depends on the tab selected
in the dialog box.
The remainder of this section describes each of the options available for the
assembler. The options are listed in alphabetical order and described by the
categories shown in Table 5-3.
Table 5-1. Assembler Option Group
Group Description
HOST Lists options related to the host
OUTPUT Lists options related to output file generation (type of file
to be generated)
INPUT Lists options related to input file
CODE Lists options related to code generation (memory models,
float format, etc.)
MESSAGE Lists options controlling generation of error messages
VARIOUS Lists various options
Table 5-2. Scope of Each Option
Scope Description
Application The option has to be set for all files (assembly units) of an
application. A typical example is an option to set the memory
model. Mixing object files will have unpredictable results.
Assembly
unit The option can be set differently for each assembly unit of an
application. Mixing objects in an application is possible.
None The option is not related to a specific code part. A typical example is
options for message management.