Diagnostic Messages

Error Messages

Error Messages

The following messages describe compilation errors that prevent the Assembler from creating an object file. You must correct these errors to assemble your program.

1000

MESSAGE

Unterminated quoted string

 

CAUSE

String specified was missing the

 

 

trailing double quote. Strings literals

 

 

can not span multiple lines.

 

ACTION

Add trailing double quote to string.

1001

MESSAGE

Undefined register symbol

 

CAUSE

Name specified is not a predefined or

 

 

.REG defined register symbol

 

ACTION

Correct spelling of name or add .REG

 

 

directive to define name.

1002

MESSAGE

Undefined completer

 

CAUSE

Invalid value used in completer field.

 

ACTION

Use a proper completer as specified in

 

 

PA-RISC Architecture and

 

 

Instruction Set Reference Manual.

1003

MESSAGE

Improper completer ,%s

 

 

specified for opcode %s

 

CAUSE

The completer used is not a valid

 

 

completer for the instruction.

 

ACTION

Consult the PA-RISC Architecture

 

 

and Instruction Set Reference Manual

 

 

for the list of valid completers for this

 

 

instruction.

1004

MESSAGE

Illegal completer combination

 

 

specified for opcode %s

 

CAUSE

The combination of completers used

 

 

is not valid for the instruction.

154

Chapter 8