Diagnostic Messages

Warning Messages

CAUSE

Wrong register type used.

ACTION

Use a space register.

22MESSAGE Control register expected in

this field - %s

CAUSE

Wrong register type used.

ACTION

Use a control register.

23MESSAGE Floating point register expected in this field - %s

CAUSE

Wrong register type used.

ACTION

Use a floating-point register.

25MESSAGE 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.

26MESSAGE Output file name missing

CAUSE

Filename needed for -o

 

command-line option.

ACTION

Supply a valid filename for the -o

 

command-line option.

27MESSAGE 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.

28MESSAGE Only one copyright message permitted

146

Chapter 8