Reference Guide

146 Chapter 8
Diagnostic Messages
Warning Messages
CAUSE Wrong register type used.
ACTION Use a space register.
22 MESSAGE Control register expected in
this field - %s
CAUSE Wrong register type used.
ACTION Use a control register.
23 MESSAGE Floating point register
expected in this field - %s
CAUSE Wrong register type used.
ACTION Use a floating-point register.
25 MESSAGE This subspace should have no
initialized data in it
CAUSE Use of a directive, such as .WORD that
allocates and initializes data, when
the currently active subspace has the
ZERO keyword associated with it,
which disallows initialized data.
ACTION Either use the .BLOCK directive to
allocate storage in this subspace or
remove the ZERO keyword from the
.SUBSPACE definition.
26 MESSAGE Output file name missing
CAUSE Filename needed for -o
command-line option.
ACTION Supply a valid filename for the -o
command-line option.
27 MESSAGE XREF file name missing after
-v
CAUSE Filename needed for -v
command-line option.
ACTION Supply a valid filename for the -v
command-line option.
28 MESSAGE Only one copyright message
permitted