Return to previous page | Return to menu
-
3. Error related to program description
- Error : Undefined symbol“symbol”detected.
An undefined symbol was detected.
- Error : Invalid parameter“parameter”detected.
Invalid parameter detected.
- Error : Invalid description“string”.
There is a problem with the string "string" in the addition description.
- Error : Illegal parentheses.
There is an error in the positional relationship between "(" and ")" in the multiplication and addition description.
- Error : Parentheses mismatch.
The numbers of "(" and ")" in the multiplication / addition description do not match.
- Error: Missing “>” before this line.
There is no “>” corresponding to “@” immediately before.
- Error: Invalid “>” detected.
Invalid “>” was detected.
- Error : Invalid“(”detected.
- Error : Invalid“)”detected.
Invalid ")" was detected.
- Error : Missing“]".
"]" is not found in the parameter description for external memory access.
- Error : Invalid elements [...] detected.
There is an error in the expression of the address description element of the external memory access parameter.
- Error: Undefined address element “string“ detected. ”
An undefined character string was detected in the address description element of the external memory access parameter.
- Error : Missing base address.
An address constant is not included in the address description element in the external memory access parameter.
- Error : Use“S3”to store to ADREG.
The “S3” option is required to store the operation result in ADREG.
- Error : PROG code overflow ( steps )."
The number of program steps exceeded the allowable amount.
- Warning : Multiple STR to EFREGxx.
Warning that the store for the same address of EFREG has been performed more than once. In this case, only the last one store is valid.
Return to previous page | Return to menu