Chapter 13 Error Messages
Assembler Errors 257
13.2.3 Fatal Error Messages
2501 Illegal option (string).
There is an unrecognized option on the command line.
Check the command line options.
2502 Too many input files (filename).
There is more than one input file name on the command line.
Limit the command line to a single input file.
2503 Input file name not found.
There is no input file specification.
Specify an input file.
2504 Output file name not found.
There is no output file specification.
Specify an output file.
2505 Can’t open (filename) file.
There is an error in the input/output file specifications. Alternatively, the disk is full or defective.
In the former case, check the file name specification; in the latter, check the disk.
2506 Memory allocation error.
The assembler was unable to allocate memory.
Check the amount of memory available.
2507 Data write error.
The assembler was unable to write data to the output file.
Check the file system capacity.
2508 File is used recursively. (filename)
The specified file is used recursively.
Check the file specifications.
2509 Illegal map file information.
The map file information is incorrect.
Check the map file information.