Epson S5U1C63000A Computer Accessories User Manual


 
CHAPTER 4: ASSEMBLER
S5U1C63000A MANUAL EPSON 87
(S1C63 FAMILY ASSEMBLER PACKAGE)
4.10 Error/Warning Messages
4.10.1 Errors
When an error occurs, no object file will be generated.
The assembler error messages are delivered/displayed in the following format:
<Source file name> (<Line number>) Error : <Error message>
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
Address out of range The specified address is out of range.
Cannot open <file kind> file <FILE NAME> The specified file cannot be opened.
Cannot read <file kind> file <FILE NAME> The specified file cannot be read.
Cannot write <file kind> file <FILE NAME> Data cannot be written to the file.
Directory path length limit The path name length has exceeded the limit.
<directory path length limit> exceeded
Division by zero The divisor in the expression is 0.
File name length limit <file name length limit> The file name length has exceeded the limit.
exceeded
Illegal macro label <label> The internal branch label in macro definition is incorrect.
Illegal macro parameter <parameter> The macro parameter is illegal.
Illegal syntax The statement has a syntax error.
Line length limit <line length limit> exceeded The number of characters in one line has exceeded the limit.
Macro parameter range <macro parameter range> The number of macro parameters has exceeded the limit.
exceeded
Memory mapping conflict The address is already used.
Multiple statements on the same line Two or more statements were described on one line.
Nesting level limit <nesting level limit> exceeded Nesting of #include has exceeded the limit.
Number of macro labels limit The number of internal branch labels has exceeded the limit.
<number of macro label limit> exceeded
Out of memory Cannot secure memory space.
Second definition of label <label> The label is already defined.
Second definition of symbol <symbol> The symbol is already defined.
Symbol name length limit <symbol name length limit> The symbol name length has exceeded the limit.
exceeded
Token length limit <token length limit> exceeded The token length has exceeded the limit.
Unexpected character <name> An invalid character has been used.
Unknown label <label> Reference was made to an undefined label.
Unknown mnemonic <name> A nonexistent instruction was used.
Unknown register <name> A nonexistent register name was used.
Unknown symbol <name> A reference to an undefined symbol was made.
Unknown symbol mask <name> The symbol mask has a description error.
Unsupported directive <directive> A nonexistent pseudo-instruction was used.