192
Section 3: Assembler
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
.opt — Set Assembler Options
Syntax
.opt
option [, option ] . . .
Description
option
An assembler option.
The .opt directive sets the specified assembler options. These options affect the
assembly of instructions, effective addresses, and data. They also provide a
means of customizing the assembly listing output. Only options valid for the
68000 are supported by Texas Instruments.
Options
a16
a32
Set the size of unknown absolute displacements to either 16
or 32 bits (see section 3.5.4.2 Displacement Sizing).
(Default:
a32
)
dlist
nodlist
Enable/disable full listing of data directive assembly. The
dlist
option allows the object code associated with data
directives (e.g., .byte, .word, etc.) to be listed in its entirety,
while the
nodlist
option permits only one line of object code
to be listed.
(Default:
dlist
)
eqin
noeqin
Enable/disable inclusion of assignment symbols (i.e., symbols
created by direct assignment) in the object file’s symbol table.
(Default:
eqin
)
ffp
noffp
Enable/disable Motorola fast floating-point format conversion
(not supported by Texas Instruments).
fillval=
value
Set the fill value to
value
(see .align and .space directives).
A warning is issued if the specified value does not fit in a
signed or unsigned byte.
(Default:
fillval=0
)
fpid=
n
Set the identification number of the 68881/2 coprocessor (not
supported by Texas Instruments).
fpisize=
size
Set the default floating-point instruction size (not supported by
Texas Instruments).
fr8
fr16
Set the size of unknown PC-relative displacements to 8 or 16
bits (see section 3.5.4.2 Displacement Sizing).
(Default:
fr16
)