Reference Guide
166 Chapter 8
Diagnostic Messages
Error Messages
1065 MESSAGE Poorly formed .FLOAT or
.DOUBLE argument
CAUSE The floating-point number that was
used as the argument to .FLOAT or
.DOUBLE is not in the right format.
ACTION Use a properly formatted
floating-point constant for the
argument.
1066 MESSAGE Poorly formed bit field
specifier
CAUSE Bit field is not specified in the form
{x..y} where x and y are non-negative
integers.
ACTION Specify bit fields in the correct
format.
1067 MESSAGE Bit field too wide for
instruction field
CAUSE Mismatched bit field declaration and
usage.
ACTION Use the same length bit field for the
bit field being assigned to and the bit
field being assigned from.
1068 MESSAGE Brace outside of macro
definition
CAUSE Opening brace ({) or closing brace (})
used outside a macro definition.
These symbols can only be used with
a macro definition. They are used to
form a bit field within a macro
definition.
ACTION Remove opening or closing brace and
ensure that they are only used within
a macro definition.
1069 MESSAGE Equal sign required in bit
field assignment