System information
Table 1-1. (continued)
Message Meaning
ERROR: DISK WRITE, LOAD ADDRESS hhhh
LOAD. Destination disk is full.
ERROR: INVERTED LOAD ADDRESS, LOAD ADDRESS hhhh
LOAD. The address of a record was too far from the address of the
previously-processed record. This is an internal limitation of LOAD, but it can be
circumvented. Use DDT to read the HEX file into memory, then use a SAVE
command to store the memory image file on disk.
ERROR: NO MORE DIRECTORY SPACE, LOAD ADDRESS hhhh
LOAD. Disk directory is full.
Error on line nnn message
SUBMIT. The SUBMIT program displays its messages in the format shown
above, where nnn represents the line number of the SUBMIT file. Refer to the
message following the line number.
FILE ERROR
ED. Disk or directory is full, and ED cannot write anything more on the disk.
This is a fatal error, so make sure there is enough space on the disk to hold a
second copy of the file before invoking ED.
FILE EXISTS
You have asked CP/M to create or rename a file using a file specification that is
already assigned to another file. Either delete the existing file or use another file
specification.
REN. The new name specified is the name of a file that already exists. You
cannot rename a file with the name of an existing file. If you want to replace an
existing file with a newer version of the same file, either rename or erase the
existing file, or use the PIP utility.
Appendix I : CP/M Error Messages CP/M Operating System Manual
I-8