Reference Guide
Chapter 8 163
Diagnostic Messages
Error Messages
CAUSE Two .PROCEND directives were
encountered without a .PROC
directive in between.
ACTION Each procedure should begin with a
single .PROC and end with a single
.PROCEND.
1048 MESSAGE Comma expected
CAUSE A directive which expects two or more
operands was missing a comma
between it's operands.
ACTION Insert comma between operands.
1050 MESSAGE Illegal symbol in label
position
CAUSE Illegal character present in identifier
which begins in column one.
ACTION Use only legal identifiers in label
field.
1051 MESSAGE Illegal symbol in opcode
position
CAUSE A sequence of characters starting in
column two or beyond does not begin
with a alphabetic character or period.
ACTION Use only valid opcodes and directives
starting in column two or beyond.
1052 MESSAGE Directive name not recognized
CAUSE A sequence of characters starting in
column two or beyond, beginning
with a period, does not correspond to
a legal directive.
ACTION Check spelling of directive. Use only
legal directive names starting in
column two or beyond.
1053 MESSAGE Displacement must be a
constant expression