Reference Guide
Chapter 8 155
Diagnostic Messages
Error Messages
ACTION Consult the PA-RISC Architecture
and Instruction Set Reference
Manual, for the list of valid completer
combinations for this instruction.
1005 MESSAGE Unable to open xref file: %s
CAUSE Assembler could not create or access
the file specified with the -v
command-line option.
ACTION Insure that the directory is writable.
1007 MESSAGE Label not allowed here in
this expr
CAUSE Assembler will not allow a label here.
ACTION Expressions must be in the form
label1[[-label2]+constant_exp]
Reorder expression to be in the
proper form.
1008 MESSAGE Illegal symbol in expression
CAUSE An expression contains a sequence
other than label operator term or term
operator term
ACTION Place operators +, -, between a label
and a term, or place operators +, -, *,
/ between a term and term. Note that
a term means a constant expression.
1009 MESSAGE Field selector not allowed in
pc-relative expression
CAUSE Field selector, such as L' or R' used on
a expression that is a branch target.
ACTION Omit field selectors from branch
target expression.
1010 MESSAGE String not allowed in
pc_relative expression
CAUSE String used for branch target
expression.