Reference Guide

Chapter 8 167
Diagnostic Messages
Error Messages
CAUSE Missing assignment operator = for
assigning one bit field to another.
ACTION Insert assignment operator = for bit
field assignment.
1070 MESSAGE Bit range must be within
{0..31}
CAUSE Range specified in bit field is not in
the legal range.
ACTION Ensure bit field range is within the
range 0 to 31.
1071 MESSAGE Opening brace expected in bit
range designator
CAUSE Missing opening brace to specify bit
field
ACTION Use correct format for bit field
specification.
1072 MESSAGE Ending brace expected in bit
range designator
CAUSE Missing closing brace to specify bit
field
ACTION Use correct format for bit field
specification.
1073 MESSAGE Unmatched .ENDM
CAUSE No .MACRO directive was recognized
as corresponding to the .ENDM
directive.
ACTION Either remove the unmatched .ENDM
directive or insert a .MACRO directive
in an appropriate position preceding
the .ENDM directive.
1074 MESSAGE Illegal expression type for
plabel
CAUSE More than one label was found in a
plabel expression.