11 error/warning messages, 1 errors – Epson S5U1C62000A User Manual
Page 99

S5U1C62000A MANUAL
EPSON
87
(S1C60/62 FAMILY ASSEMBLER PACKAGE)
CHAPTER 5: ASSEMBLER
5.11 Error/Warning Messages
5.11.1 Errors
When an error occurs, no object file will be generated.
The assembler error messages are delivered/displayed in the following format:
Example:
TEST.S(431) Error: Illegal syntax
∗
Some error messages are displayed without a line number.
The assembler error messages are given below:
Error message
Description
Cannot open
The specified file cannot be opened.
Cannot read
The specified file cannot be read.
Cannot write
Data cannot be written to the file.
Division by zero
The divisor in the expression is 0.
Illegal syntax
The statement has a syntax error.
Macro parameter range
The number of macro parameters has exceeded the limit.
exceeded
CODE section
overlaps with CODEThe address is duplicated.
section
Multiple statements on the same line
Two or more statements were described in one line.
Nesting level limit
Nesting of #include has exceeded the limit.
Number of macro labels limit
The number of internal branch labels has exceeded the limit.
Second definition of label
The label is multiply defined.
Second definition of symbol
The symbol is multiply defined.
Unknown label
Reference was made to an undefined label.
Unknown mnemonic
A non-existing instruction was described.
Unknown symbol mask
The symbol mask has a description error.
Unsupported directive
A non-existing pseudo-instruction was described.