Diagnostic Messages

Error Messages

1091

MESSAGE

Incorrect register %s used

 

 

with %s optional target

 

 

register must be %s.

 

CAUSE

This opcode takes an optional

 

 

register operand as specified. The

 

 

register you used for this operand

 

 

was incorrect.

 

ACTION

Use either the correct operand or no

 

 

operand.

1094

MESSAGE

Value for %s must be in range

 

 

0..3

 

CAUSE

The value supplied for the privilege

 

 

level was outside the legal range of 0

 

 

to 3.

 

ACTION

Supply a valid value in the range 0 to

 

 

3 for the privilege level.

1095

MESSAGE

Not enough operands for

 

 

instruction %s

 

CAUSE

While parsing the operands for the

 

 

current instruction <inst>, the

 

 

assembler encountered the end of the

 

 

line while it was still expecting one or

 

 

more operands for the instruction.

 

ACTION

Supply the missing operand(s).

1096

MESSAGE

Missing completer for opcode

 

 

%s

 

CAUSE

The instruction <inst> requires a

 

 

completer. For example the

 

 

instruction BB always requires a

 

 

completer (either < or >=); omitting

 

 

this completer will cause the

 

 

assembler to generate this error

 

 

message.

 

ACTION

Inspect the current instruction for

 

 

missing completers and add the

 

 

appropriate completer.

172

Chapter 8