
(5) Error messages
It can happen that following error messages are displayed.
"insufficient memory"
Cannot allocate enough memory to execute the program.
"file open error xxx (??H)"
Cannot open the file xxx.
"file create error xxx (??H)"
Cannot create the file xxx.
"file read error xxx (??H)"
Encountered an error while reading the file xxx.
"file write error xxx (??H)"
Encountered an error while writing into the file xxx.
"insufficient disk space for xxx"
Lack of free disk space to create the file xxx.
"unexpected EOF xxx, line#??"
Detected the end of file when attempted to read the ??th line of the file xxx.
This can happen when command file is described incompletely.
"invalid Memory_Card filename xxx"
Invalid Memory_Card file name is specified. In case of data only Memory_Card
file, the only acceptable file name format is "CEXnxxxx" where 'n' is a number
from 0 to 9 and "xxxx" is any combination of alpha-numeric characters. There
is no restrictions for the name of the Memory_Card file which contains C
Executor program and data.
"file xxx not found (??H)"
Cannot fine the file xxx.
"file searching error xxx (??H)"
Encountered an error while searching for the file xxx.
"too many input file"
Attempted to convert more than 2000data files.
"invalid filename xxx"
Invalid characters, katakana characters or multi-byte characters, are included
in the name of the data file. Files should be named with single-byte alpha-
numeric characters only.
"not a simple Memory_Card file xxx"
Data files are already combined in the specified C Executor Memory_Card file .
Specify the Memory_Card file which contains C Executor program file only.