12 error/warning messages, 1 errors, 2 warning – Epson S5U1C62000A User Manual
Page 115

S5U1C62000A MANUAL
EPSON
103
(S1C60/62 FAMILY ASSEMBLER PACKAGE)
CHAPTER 6: LINKER
6.12 Error/Warning Messages
6.12.1 Errors
When an error occurs, the linker will immediately terminate the processing after displaying an error
message. No object file will be output. Other files will be delivered only in the part which was processed
prior to the occurrence of the error.
The error messages are given below.
Error message
Description
CALL for different bank at
The call instruction calls a subroutine in another bank.
CALZ for non zero page at
The calz instruction calls a subroutine in another bank or
another page other than page 0.
Cannot create
The file cannot be created.
Cannot open
The file cannot be opened.
Cannot read
The file cannot be read.
Cannot write
Data cannot be written to the file.
Illegal file name
The file name is incorrect.
Illegal file name
The file name specified with the option is incorrect.
option
Illegal object format
The input file is not an object file in IEEE-695 format.
Illegal option
An illegal option is specified.
CODE section
- overlapsThe address range of the section is duplicated.
with
No address specified with option
Address is not specified with the option.
No code to locate
There is no valid code for mapping.
No ICE parameter file specified
ICE parameter file is not specified.
No name and address specified with option
Name and address are not specified with the option.
No object file specified
Object files to be linked are not specified.
CODE section
- crossed pageThe CODE section is across the page boundary.
boundary
The section exceeds the valid memory range.
overlaps with the unavailable memory
Unusable instruction code
An undefined code is used.