Reference Guide
Chapter 8 143
Diagnostic Messages
Warning Messages
7 MESSAGE Space characteristics may not
be changed after first
declaration
CAUSE Attempt to change the values
assigned to keywords for a space
previously declared with a .SPACE
directive. The first declaration of the
space may be in the file
pcc_prefix.s.
ACTION Use desired values for keywords on
first declaration of space. Specify
keyword values on first declaration of
space only.
8 MESSAGE Subspace characteristics may
not be changed after first
definition
CAUSE Attempt to change the values
assigned to keywords for a subspace
previously declared with a
.SUBSPACE directive. The first
declaration of the subspace may be in
the file pcc_prefix.s.
ACTION Use desired values for keywords on
first declaration of subspace. Specify
keyword values on first declaration of
subspace only.
10 MESSAGE Alignment omitted - 8 assumed
CAUSE Missing argument for .ALIGN
directive.
ACTION Use a valid power of two integer
argument with .ALIGN
11 MESSAGE Missing value - zero assumed
CAUSE Missing argument for .ORIGIN or
.EQU directive
ACTION Use a valid integer argument.
12 MESSAGE Size omitted - 4 assumed