Return to previous page | Return to menu | Go to next page
-
Document 3: Error / Warning Message
-
“Error:” indicates an error and “Warning:” indicates a warning. If any error occurs, it cannot be assembled. If a warning occurs, assembly is performed, but the program may contain potential problems.
-
1. Errors / warnings related to source code configuration
- Error : Missing“#COEF”.
The “#COEF” label is missing.
- Error : Missing“#ADRS”.
The “#ADRS” label cannot be found.
- Error : Missing“#PROG”.
The “#PROG” label cannot be found.
- Error : Missing“#END”.
The “#END” label is missing.
- Error : Illeagal source text.
The source code is incorrect. There may be an abnormality in the positional relationship of each label of “#COEF”, “#ADRS”, “#PROG”, and “#END”.
-
2.Error related to coefficient / address constant definition
- Error : Unknown error occurred in #COEF.
There is an error in the description of the #COEF (coefficient definition) part.
- Error : Unknown error occurred in #ADRS.
There is an error in the description of the #ADRS (address definition) part.
- Error : Initial value for“symbol”is out of range.
The initial value given to “symbol” is outside the allowable range.
- Error : Invalid mode for“symbol”.
The initial value notation mode given to “symbol” is out of the selection range.
- Error : Too many COEF defines.
The number of COEF definitions exceeds the allowable amount.
- Error : Too many ADRS defines.
The number of ADRS definitions exceeds the allowable amount.
- Warning : symbol“symbol” never used.
Warning about the existence of defined but unused coefficient / address constant symbols.
- Warning : Multiple definition.
Warning about multiple definitions using the same symbol name. In this case, the last definition takes precedence.
Return to previous page | Return to menu | Go to next page