Diagnostic Messages

Branching Error Messages

 

CAUSE

Internal compiler error.

 

ACTION

Report error to your HP Service

 

 

Representative

7836

MESSAGE

Files with executable code

 

 

must have at least one

 

 

exported code

 

 

symbol. (7836)

 

CAUSE

Your assembly file contains

 

 

executable code but does not have

 

 

any exported entry points.

 

ACTION

Use the .EXPORT directive for one of

 

 

your entry points or code symbols.

7837

MESSAGE

.WORD pseudo-op cannot hold a

 

 

64-bit address. Use .DWORD

 

 

instead. (7837)

 

CAUSE

Your PA2.0W assembly file contains a

 

 

.WORD expr pseudo-operation, where

 

 

expr is an address expression.

 

ACTION

Change the pseudo-op to .DWORD

 

 

expr

194

Chapter 8