ASMA323W Symbol xxxxxxxx has incompatible type with yyyyyyyy register field
Explanation
A symbol was used to provide an absolute value for a register field in a machine instruction, but the assembler type assigned to the symbol does not match the expected register type for the instruction.
System action
The register value is used and the object code is generated. Execution of the code is not affected by this message.
Programmer response
Use a symbol with the correct assembler type. If the symbol was defined using the EQU assembler instruction, then the assembler type is assigned to the symbol using the fifth operand. This message can be suppressed using the TYPECHECK(NOREGISTER) assembler option.
Severity
4